SqlMoney.ToInt32 Method

Definition

Converts this SqlMoney structure to an Int32.

public:
 int ToInt32();
public int ToInt32 ();
member this.ToInt32 : unit -> int
Public Function ToInt32 () As Integer

Returns

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

Applies to

See also