 | TokenizerGetPreviousCharacters Method |
Returns the previous n characters.
Namespace:
BibtexLibrary.Tokenizer
Assembly:
BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntaxpublic string GetPreviousCharacters(
int n
)
Parameters
- n
- Type: SystemInt32
Return Value
Type:
StringPrevious characters in the tokenizer
See Also