Bpe.TokenToId(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.
Mapper le jeton à l’ID jeton.
public override int? TokenToId (string token);
override this.TokenToId : string -> Nullable<int>
Public Overrides Function TokenToId (token As String) As Nullable(Of Integer)
Paramètres
- token
- String
Jeton à mapper à l’ID.
Retours
ID mappé du jeton.