Returns true if the type is any of the integral unsigned numeric data types: uint, ulong, ushort and byte.

Namespace:  C1.Xaml
Assembly:  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.

Return Value

True if the type is an unsigned integral numeric.

See Also