'Declaration Public Overridable Function Parse( _
ByVal textThe text.As String _
) As IsbtDataValue
public virtual IsbtDataValue Parse(
string text
)
public: virtual IsbtDataValue* Parse(
string* text
)
public:
virtual IsbtDataValue^ Parse(
string^ text
)
Parameters
- text
- The text.
Return Value
An IsbtDataValue that contains parsed value.