Share via


Model.TokenToId(String) Method

Definition

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.

Applies to