|
|
Try to parse formattedValue into a value compatible (same type and formatting) with the current Value. Returns a value with type of None on failure
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TryParseCompatibleValue ( _ formattedValue As String _ ) As VariantData |
| C# |
|---|
public VariantData TryParseCompatibleValue( string formattedValue ) |
| Visual C++ |
|---|
public: VariantData^ TryParseCompatibleValue( String^ formattedValue ) |
Parameters
- formattedValue
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |