DebugConvert.Int32ToString(Int32, Int32) Método

Definição

Converte o valor Int32 especificado em um String.Converts the specified Int32 value to a String.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 virtual System::String ^ Int32ToString(int value, int radix);
public string Int32ToString (int value, int radix);
abstract member Int32ToString : int * int -> string
override this.Int32ToString : int * int -> string
Public Function Int32ToString (value As Integer, radix As Integer) As String

Parâmetros

value
Int32

O valor a ser convertido.The value to convert.

radix
Int32

A base do valor retornado.The base of the return value. A base deve ser 2, 8, 10 ou 16.The base must be 2, 8, 10, or 16.

Retornos

String

A representação da cadeia de caracteres de value na base radix.The string representation of value in base radix.

Implementações

Aplica-se a

Confira também