'Declaration
<NotNullAttribute()> Public Shared Function FromInt32( _ ByVal numericalValue As Integer _ ) As VarType
[NotNull()] public static VarType FromInt32( int numericalValue )
[NotNull()] public: static VarType^ FromInt32( int numericalValue )
Parameters
- numericalValue
- Numerical VARTYPE to be converted.
Return Value
Returns a VarType converted from the input argument.