SqlMoney::ToInt64 Method ()

 

Converts the Value of this SqlMoney structure to an Int64.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
long long ToInt64()

Return Value

Type: System::Int64

A 64-bit integer whose value equals the integer part of this SqlMoney structure.

.NET Framework
Available since 1.1
Return to top
Show: