2026 Method
Changes 0
M

Parameter.SetValueString

Description:
Set the parameter value according to the input string.
Remarks:
The method only applies to parameters of value types.
public bool SetValueString(
	string valueString
)
  • String
    valueString
    The string that represents the parameter value.
Return Value Boolean Indicates whether the parameter value is successfully set.