DebugConvert.ByteToString(Byte, 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 ^ ByteToString(System::Byte value, int radix);
public string ByteToString (byte value, int radix);
abstract member ByteToString : byte * int -> string
override this.ByteToString : byte * int -> string
Public Function ByteToString (value As Byte, radix As Integer) As String
Paramètres
- value
- Byte
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
.