Click or drag to resize
Akka.NETHoconTokenizerPullQuotedText Method
Retrieves a quoted LiteralValue 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 PullQuotedText()

Return Value

Type: Token
A LiteralValue token from the tokenizer's current position.
Exceptions
ExceptionCondition
FormatExceptionThis exception is thrown if an unknown escape code is encountered.
See Also