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.