SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.int_cast Method (Object, Boolean)

Casts to a int

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

Parameters

v
The value to cast from
bAcceptUnsigned
Determines whether conversion from unsigned types will be attempted

Return Value

See Also

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