Partage via


DebugConvert.UInt32ToString(UInt32, Int32) Méthode

Définition

Convertit la valeur UInt32 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:
 virtual System::String ^ UInt32ToString(System::UInt32 value, int radix);
public string UInt32ToString (uint value, int radix);
abstract member UInt32ToString : uint32 * int -> string
override this.UInt32ToString : uint32 * int -> string
Public Function UInt32ToString (value As UInteger, radix As Integer) As String

Paramètres

value
UInt32

Valeur à convertir.

radix
Int32

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

Retours

String

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

Implémente

S’applique à

Voir aussi