Utf8StringMarshaller.ConvertToManaged(Byte*) 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 une chaîne non managée en version managée.
public:
static System::String ^ ConvertToManaged(System::Byte* unmanaged);
public static string? ConvertToManaged (byte* unmanaged);
static member ConvertToManaged : nativeptr<byte> -> string
Paramètres
- unmanaged
- Byte*
Chaîne non managée à convertir.
Retours
Chaîne managée.
S’applique à
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.