Click or drag to resize
Akka.NETHoconValueGetBoolean Method
Retrieves the boolean value from this HoconValue.

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

Return Value

Type: Boolean
The boolean value represented by this HoconValue.
Exceptions
ExceptionCondition
NotSupportedException This exception is thrown if the HoconValue doesn't conform to the standard boolean values: "on", "off", "true", or "false"
See Also