SIFWorks ADK 2.0
ToAdkType Method (nativeType)
NamespacesEdustructures.SifWorksSifTypeConverter<(Of <T>)>ToAdkType(Object)

[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'
Declaration Syntax
C#Visual BasicVisual C++
public virtual SifSimpleType ToAdkType(
	Object nativeType
)
Public Overridable Function ToAdkType ( _
	nativeType As Object _
) As SifSimpleType
public:
virtual SifSimpleType^ ToAdkType (
	Object^ nativeType
)
Parameters
nativeType (Object)
Return Value
A SifsimpleType of the appropriate value
Exceptions
ExceptionCondition
InvalidCastExceptionThis conversion is not supported

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10