Click or drag to resize
Akka.NETHoconTokenizerPullSimpleValue Method
Retrieves the current token as a string literal token.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Token PullSimpleValue()

Return Value

Type: Token
A token that contains the string literal value.
Exceptions
ExceptionCondition
FormatException This exception is thrown if the tokenizer cannot find a string literal value from the current token.
See Also