Condividi tramite


DebugConvert.UInt16ToString(UInt16, Int32) Metodo

Definizione

Converte il valore UInt16 specificato in String.

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

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

Parametri

value
UInt16

Valore da convertire.

radix
Int32

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

Restituisce

Rappresentazione di stringa di value in base radix.

Implementazioni

Si applica a

Vedi anche