Converts text to the graphic attribute value.
[Visual Basic .NET] Public Function TextToValue ( _ ByVal Text As String _ ) As Object
[C#] public object TextToValue ( string Text );
[C++]
HRESULT TextToValue(
BSTR Text,
VARIANT* Value
);
[C++]Parameters
Text [in] Text is a parameter of type BSTR Value [out, retval] Value is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.