Provides access to the string contents of the parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string AsString()
Return Value
StringThe string contained in 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.
See Also
Reference