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!

Decimal.ToInt64

Converts a Decimal to an Int64.

Overload List

Converts a Decimal to an Int64 with a specified format.

[Visual Basic] Overloads Public Shared Function ToInt64(Decimal) As Long
[C#] public static long ToInt64(Decimal);
[C++] public: static __int64 ToInt64(Decimal);
[JScript] public static function ToInt64(Decimal) : long;

Converts a Decimal to an Int64 with the default format.

[Visual Basic] Overloads Overridable Public Function ToInt64() As Long
[C#] public virtual long ToInt64();
[C++] public: virtual __int64 ToInt64();
[JScript] public function ToInt64() : long;

See Also

Decimal Structure | Decimal Members | System Namespace