_PropertyAccessor.BinaryToString(Object) 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.
Convertit le tableau d’octets spécifié par Value
en chaîne (chaîne en C#).
public:
System::String ^ BinaryToString(System::Object ^ Value);
public string BinaryToString (object Value);
Public Function BinaryToString (Value As Object) As String
Paramètres
- Value
- Object
Représente le tableau d'octets à convertir.
Retours
Chaîne hexadécimale (chaîne en C#) qui représente la valeur convertie.
Remarques
Pour plus d’informations sur la conversion de type lors de l’utilisation de l’objet PropertyAccessor , consultez Meilleures pratiques pour obtenir et définir des propriétés