Click or drag to resize

TokenizerGetPreviousCharacters Method

Returns the previous n characters.

Namespace:  BibtexLibrary.Tokenizer
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public string GetPreviousCharacters(
	int n
)

Parameters

n
Type: SystemInt32

Return Value

Type: String
Previous characters in the tokenizer
See Also