Parameter.SetValueString
Description:
Set the parameter value according to the input string.
Set the parameter value according to the input string.
Remarks:
The method only applies to parameters of value types.
The method only applies to parameters of value types.
public bool SetValueString(
string valueString
)
-
StringvalueStringThe string that represents the parameter value.