Returns true if the type is any of the integral unsigned numeric data types:
uint, ulong, ushort and byte.
Namespace:
C1.XamlAssembly: C1.Xaml (in C1.Xaml.dll)
Syntax
| C# |
|---|
public static bool IsNumericIntegralUnsigned( this Type type ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function IsNumericIntegralUnsigned ( _ type As Type _ ) As Boolean |
Parameters
- type
- Type: System..::..Type
Type.