DebugConvert.SByteToString(SByte, Int32) Metodo

Definizione

Converte il valore SByte specificato in String.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

value
SByte

Valore da convertire.

radix
Int32

Base del valore restituito. La base deve essere 2, 8, 10 o 16.

Restituisce

String

Rappresentazione di stringa di value in base radix.

Implementazioni

Si applica a

Vedi anche