StringType.FromInteger(Int32) Metoda

Definicja

Zwraca wartość odpowiadającą String 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

Required. Integer w celu przekonwertowania String na wartość.

Zwraca

Wartość odpowiadająca StringValue.

Uwagi

Ta klasa obsługuje kompilator Języka Visual Basic i nie jest przeznaczona do użycia bezpośrednio z kodu.

Dotyczy