SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.int_cast Method (Int16)

Casts to a int

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

Parameters

v
The value to cast from

Return Value

See Also

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