BlobReader.ReadUTF8(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.
Lit une chaîne encodée au format UTF8 (little-endian) au départ de la position actuelle.
public:
System::String ^ ReadUTF8(int byteCount);
public string ReadUTF8(int byteCount);
member this.ReadUTF8 : int -> string
Public Function ReadUTF8 (byteCount As Integer) As String
Paramètres
- byteCount
- Int32
Nombre d'octets à lire.
Retours
Chaîne.
Exceptions
byteCount octet(s) indisponible(s).