DebugConvert.Int16ToString(Int16, Int32) Método

Definição

Converte o valor Int16 especificado em um String.Converts the specified Int16 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 ^ Int16ToString(short value, int radix);
public string Int16ToString (short value, int radix);
abstract member Int16ToString : int16 * int -> string
override this.Int16ToString : int16 * int -> string
Public Function Int16ToString (value As Short, radix As Integer) As String

Parâmetros

value
Int16

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