Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconValue Class
HoconValue Methods
AppendValue Method
AtKey Method
Clear Method
GetArray Method
GetBoolean Method
GetBooleanList Method
GetByte Method
GetByteList Method
GetByteSize Method
GetChildObject Method
GetDecimal Method
GetDecimalList Method
GetDouble Method
GetDoubleList Method
GetFloat Method
GetFloatList Method
GetInt Method
GetIntList Method
GetLong Method
GetLongList Method
GetObject Method
GetString Method
GetStringList Method
GetTimeSpan Method
IsArray Method
IsObject Method
IsString Method
NewValue Method
ToString Method
HoconValue
GetBoolean Method
Retrieves the boolean value from this
HoconValue
.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
bool
GetBoolean
()
member
GetBoolean
:
unit
->
bool
Return Value
Type:
Boolean
The boolean value represented by this
HoconValue
.
Exceptions
Exception
Condition
NotSupportedException
This exception is thrown if the
HoconValue
doesn't conform to the standard boolean values: "on", "off", "true", or "false"
See Also
Reference
HoconValue Class
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET