RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Parameter

Parameter.AsString

Method
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.
Syntax
public string AsString()