SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.ulong_cast Method

Casts to a ulong

Overload List

Casts to a ulong

public static ulong ulong_cast(ulong);

Casts to a ulong

public static ulong ulong_cast(uint);

Casts to a ulong

public static ulong ulong_cast(ushort);

Casts to a ulong

public static ulong ulong_cast(byte);

Casts to a ulong

public static ulong ulong_cast(object,bool);

Casts to a ulong, disallowing conversion from signed types

public static ulong ulong_cast(object);

See Also

TypeCaster Class | TypeCaster Members | SynSoft.Conversion Namespace