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

Converts an Int64 to a Decimal.

[Visual Basic]
Overloads Public Shared Function ToDecimal( _
   ByVal value As Long _
) As Decimal
[C#]
public static Decimal ToDecimal(
   long value
);
[C++]
public: static Decimal ToDecimal(
   __int64 value
);
[JScript]
public static function ToDecimal(
   value : long
) : 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