SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.uint_cast Method (Object, Boolean)

Casts to a uint

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

Parameters

v
The value to cast from
bAcceptSigned
Determines whether conversion from signed types will be attempted

Return Value

See Also

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