SqlString.GetUnicodeBytes 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.
Obtient un tableau d'octets dans lequel figure le contenu de SqlString au format Unicode.
public:
cli::array <System::Byte> ^ GetUnicodeBytes();
public byte[] GetUnicodeBytes ();
public byte[]? GetUnicodeBytes ();
member this.GetUnicodeBytes : unit -> byte[]
Public Function GetUnicodeBytes () As Byte()
Retours
Tableau d'octets dans lequel figure le contenu de SqlString au format Unicode.