Click or drag to resize
Akka.NETHoconTokenizerPullValue Method
Retrieves a value token from the tokenizer's current position.

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

Return Value

Type: Token
A value token from the tokenizer's current position.
Exceptions
ExceptionCondition
FormatException This exception is thrown if an unknown token is encountered. Expected values include the following: Null literal, Array, Quoted Text, Unquoted Text, Triple quoted Text, Object or End of array.
See Also