SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.int_cast Method

Casts to a int

Overload List

Casts to a int

public static int int_cast(int);

Casts to a int

public static int int_cast(short);

Casts to a int

public static int int_cast(sbyte);

Casts to a int

public static int int_cast(object,bool);

Casts to a int, disallowing conversion from unsigned types

public static int int_cast(object);

See Also

TypeCaster Class | TypeCaster Members | SynSoft.Conversion Namespace