SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.uint_cast Method (Object)

Casts to a uint, disallowing conversion from signed types

[Visual Basic]
Overloads Public Shared Function uint_cast( _
   ByVal v As Object _
) As UInt32
[C#]
public static uint uint_cast(
   object v
);

Parameters

v
The value to cast from

Return Value

See Also

TypeCaster Class | TypeCaster Members | SynSoft.Conversion Namespace | TypeCaster.uint_cast Overload List