Persistate API documentation
StringValue Method (index)
NamespacesPersistate.LanguageProductionTokenStringValue(Int32)

[This is preliminary documentation and is subject to change.]

Gets the string value within the StringToken at a particular index in the RHS tokens.
Declaration Syntax
C#
public string StringValue(
	int index
)
Parameters
index (Int32)
The index at which to retrieve the StringToken.
Return Value
The string value within the StringToken.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe token at the given position is not a StringToken.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)