SqlMoney.ToInt32 Método

Definição

Converte esta estrutura SqlMoney em um Int32.Converts this SqlMoney structure to an Int32.

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

Retornos

Int32

Um inteiro de 32 bits cujo valor é igual à parte inteira desta estrutura SqlMoney.A 32-bit integer whose value equals the integer part of this SqlMoney structure.

Aplica-se a