Variable TokenStructure.text

The text of the token for dynamic tokens. May be null, e.g. for static tokens.

struct TokenStructure
{
  // ...
  string text ;
  // ...
}