DebugConvert.SByteToString(SByte, Int32) Método

Definição

Converte o valor especificado SByte para um String.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

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

Parâmetros

value
SByte

O valor a converter.

radix
Int32

A base do valor de retorno. A base deve ser 2, 8, 10 ou 16.

Devoluções

A representação das cadeias de value em base radix.

Implementações

Aplica-se a

Ver também