|  | HoconTokenizerPullSimpleValue Method | 
 
            Retrieves the current token as a string literal token.
            
 
    Namespace: 
   Akka.Configuration.Hocon
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic Token PullSimpleValue()
member PullSimpleValue : unit -> Token 
Return Value
Type: 
TokenA token that contains the string literal value.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| FormatException | This exception is thrown if the tokenizer cannot find a string literal value from the current token. | 
 See Also
See Also