[This is preliminary documentation and is subject to change.]
Converts the native datatype to the datatype used by the ADK. e.g. converts an 'int' to a 'SifInt'
| C# | Visual Basic | Visual C++ |
public virtual SifSimpleType ToAdkType( Object nativeType )
Public Overridable Function ToAdkType ( _ nativeType As Object _ ) As SifSimpleType
public: virtual SifSimpleType^ ToAdkType ( Object^ nativeType )
- nativeType (Object)
A SifsimpleType of the appropriate value
| Exception | Condition |
|---|---|
| InvalidCastException | This conversion is not supported |