<Code Lib>
2025 Method
Changes 0
M

Parameter.AsString

Description:
Provides access to the string contents of the parameter.
Remarks:
The AsString method should only be used if the StorageType property returns that the internal contents of the parameter is a string.

public string AsString()

String The string contained in the parameter.

Loading…