SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.sbyte_cast Method

Casts to a sbyte, disallowing conversion from unsigned types

Overload List

Casts to a sbyte

public static sbyte sbyte_cast(sbyte);

Casts to a sbyte

public static sbyte sbyte_cast(object,bool);

Casts to a sbyte, disallowing conversion from unsigned types

public static sbyte sbyte_cast(object);

See Also

TypeCaster Class | TypeCaster Members | SynSoft.Conversion Namespace