'Declaration Public Shared Function IsNumeric( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsNumeric( System.Type type )
Parameters
- type
- Type.
Return Value
True if the type is numeric.
'Declaration Public Shared Function IsNumeric( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsNumeric( System.Type type )