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 (Int16)

Converts an Int16 to a Decimal.

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

Parameters

value
The number to be converted.

Return Value

The value as a Decimal.

See Also

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