CrGlobal: TypeConvert |
convert the given value to the given data type (arrays supported)
Public Function TypeConvert( ByVal Value As Variant, ByVal Type_ As VbVarType, Optional ByVal FallBackToDefault As Boolean = False ) As Variant
Default: False
This will return Empty if bad arguments are passed.
vbArray support is limited to one dimension.
Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods TypeClass TypeConvertBasic