Bpe.IdToToken(Int32, Boolean) 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.
Mappez l’ID jeton au jeton.
public override string? IdToToken (int id, bool skipSpecialTokens = false);
override this.IdToToken : int * bool -> string
Public Overrides Function IdToToken (id As Integer, Optional skipSpecialTokens As Boolean = false) As String
Paramètres
- id
- Int32
ID à mapper au jeton.
- skipSpecialTokens
- Boolean
Indiquez si vous souhaitez ignorer les jetons spéciaux pendant le décodage.
Retours
Jeton mappé de l’ID.