Utf8.TryWriteInterpolatedStringHandler.AppendLiteral(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.
Écrit la chaîne spécifiée dans le gestionnaire.
public:
bool AppendLiteral(System::String ^ value);
public bool AppendLiteral(string value);
member this.AppendLiteral : string -> bool
Public Function AppendLiteral (value As String) As Boolean
Paramètres
- value
- String
Chaîne à écrire.
Retours
true si la valeur peut être mise en forme sur l’étendue ; sinon, false.