StringType.FromInteger(Int32) Metoda

Definicja

String Zwraca wartość odpowiadającą określonej Integerwartości .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

Value
Int32

Wymagane. Integer aby przekonwertować wartość na String wartość.

Zwraca

String

Wartość odpowiadająca String Value.

Uwagi

Ta klasa obsługuje kompilator Visual Basic i nie ma być używana bezpośrednio z kodu.

Dotyczy