SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.sbyte_cast Method (Object, Boolean)

Casts to a sbyte

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