SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.long_cast Method (Object, Boolean)

Casts to a long

[Visual Basic]
Overloads Public Shared Function long_cast( _
   ByVal v As Object, _
   ByVal bAcceptUnsigned As Boolean _
) As Long
[C#]
public static long long_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.long_cast Overload List