Click or drag to resize
Akka.NETIHoconElementIsString Method
Determines whether this element is a string.

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

Return Value

Type: Boolean
true if this element is a string; otherwise false
See Also