SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.int_cast Method (Object)

Casts to a int, disallowing conversion from unsigned types

[Visual Basic]
Overloads Public Shared Function int_cast( _
   ByVal v As Object _
) As Integer
[C#]
public static int int_cast(
   object v
);

Parameters

v
The value to cast from

Return Value

See Also

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