Click or drag to resize
Akka.NETHoconTokenizerIsStartOfQuotedText Method
Determines whether the current token matches the start of a quoted string.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsStartOfQuotedText()

Return Value

Type: Boolean
true if token matches; otherwise, false.
See Also