SynSoft .NET Libraries (release 3rd July 2003)

TypeCaster.ushort_cast Method (UInt16)

Casts to a ushort

[Visual Basic]
Overloads Public Shared Function ushort_cast( _
   ByVal v As UInt16 _
) As UInt16
[C#]
public static ushort ushort_cast(
   ushort v
);

Parameters

v
The value to cast from

Return Value

See Also

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