HoconTokenizerIsStartOfQuotedText Method |
Determines whether [is start of quoted text].
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsStartOfQuotedText()
Public Function IsStartOfQuotedText As Boolean
public:
bool IsStartOfQuotedText()
member IsStartOfQuotedText : unit -> bool
Return Value
Type:
Booleantrue if [is start of quoted text]; otherwise,
false.
See Also