Condividi tramite


StringType.FromInteger(Int32) Metodo

Definizione

Restituisce un valore String corrispondente a un valore Integer specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static System::String ^ FromInteger(int Value);
public static string FromInteger (int Value);
static member FromInteger : int -> string
Public Shared Function FromInteger (Value As Integer) As String
Public Function FromInteger (Value As Integer) As String

Parametri

Value
Int32

Obbligatorio. Integer da convertire in un valore String.

Restituisce

Valore String corrispondente a Value.

Commenti

Questa classe supporta il compilatore Visual Basic e non deve essere usata direttamente dal codice.

Si applica a