Model.TokenToId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Map the token to tokenized Id.
public abstract int? TokenToId (string token);
abstract member TokenToId : string -> Nullable<int>
Public MustOverride Function TokenToId (token As String) As Nullable(Of Integer)
Parameters
- token
- String
The token to map to the Id.
Returns
The mapped Id of the token.