Share via


IDebugConvert.UInt16ToString(UInt16, Int32) Méthode

Définition

En cas d'implémentation dans une classe, convertit la valeur UInt16 spécifiée en String.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

value
UInt16

Valeur à convertir.

radix
Int32

Base de la valeur de retour. La base doit être 2, 8, 10 ou 16.

Retours

Représentation sous forme de chaîne de value en base radix.

S’applique à

Voir aussi