SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.uint_cast Method

Casts to a uint

Overload List

Casts to a uint

public static uint uint_cast(uint);

Casts to a uint

public static uint uint_cast(ushort);

Casts to a uint

public static uint uint_cast(byte);

Casts to a uint

public static uint uint_cast(object,bool);

Casts to a uint, disallowing conversion from signed types

public static uint uint_cast(object);

See Also

TypeCaster Class | TypeCaster Members | SynSoft.Conversion Namespace