Validate value.
[Visual Basic .NET] Public Function ValidateValue ( _ ByVal value As String _ ) As Boolean
[C#] public bool ValidateValue ( string value );
[C++]
HRESULT ValidateValue(
BSTR value,
VARIANT_BOOL* bOk
);
[C++]Parameters
value [in] value is a parameter of type BSTR bOk [out, retval] bOk is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.