Click or drag to resize
ConfigGetBoolean Method

[Missing <summary> documentation for "M:Akka.Configuration.Config.GetBoolean(System.String,System.Boolean)"]

Namespace: Akka.Configuration
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool GetBoolean(
	string path,
	bool default = false
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Akka.Configuration.Config.GetBoolean(System.String,System.Boolean)"]

default (Optional)
Type: SystemBoolean

[Missing <param name="default"/> documentation for "M:Akka.Configuration.Config.GetBoolean(System.String,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Configuration.Config.GetBoolean(System.String,System.Boolean)"]

See Also