EnglishRoberta.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 override int? TokenToId (string token);
override this.TokenToId : string -> Nullable<int>
Public Overrides 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.