NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Convert.ToDecimal (UInt16)

Converts a UInt16 to a Decimal.

[Visual Basic]
Overloads Public Shared Function ToDecimal( _
   ByVal value As UInt16 _
) As Decimal
[C#]
public static Decimal ToDecimal(
   ushort value
);
[C++]
public: static Decimal ToDecimal(
   unsigned short value
);
[JScript]
public static function ToDecimal(
   value : UInt16
) : Decimal;

Parameters

value
The value to be converted.

Return Value

The value as a Decimal.

Remarks

[To be supplied.]

See Also

Convert Class | Convert Members | System Namespace | Convert.ToDecimal Overload List