DebugConvert.UInt64ToString(UInt64, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
virtual System::String ^ UInt64ToString(System::UInt64 value, int radix);
public string UInt64ToString (ulong value, int radix);
abstract member UInt64ToString : uint64 * int -> string
override this.UInt64ToString : uint64 * int -> string
Public Function UInt64ToString (value As ULong, radix As Integer) As String
Paramètres
- value
- UInt64
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
.
Implémente
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.