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