SqlMoney.ToInt64 Method

Definition

Converts the Value of this SqlMoney structure to an Int64.

public:
 long ToInt64();
public long ToInt64 ();
member this.ToInt64 : unit -> int64
Public Function ToInt64 () As Long

Returns

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

Applies to

See also