|  | HoconTokenizerPullValue Method | 
 
            Retrieves a value token from the tokenizer's current position.
            
 
    Namespace: 
   Akka.Configuration.Hocon
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxmember PullValue : unit -> Token 
Return Value
Type: 
TokenA value token from the tokenizer's current position.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| 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
See Also