|
|
Parses formattedValue into a value compatible (same type and formatting) with the current Value.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function ParseCompatibleValue ( _ formattedValue As String _ ) As VariantData |
| C# |
|---|
public VariantData ParseCompatibleValue( string formattedValue ) |
| Visual C++ |
|---|
public: VariantData^ ParseCompatibleValue( String^ formattedValue ) |
Parameters
- formattedValue
- Type: System..::..String
Return Value
Parsed value
Exceptions
| Exception | Condition |
|---|---|
| System..::..FormatException | formattedValue is not in a format compatible with the current value. |