Click or drag to resize
Akka.NETConfigToString Method (Boolean)
Converts the current configuration to a string

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public string ToString(
	bool includeFallback
)

Parameters

includeFallback
Type: SystemBoolean
if true returns string with current config combined with fallback key-values else only current config key-values

Return Value

Type: String
TBD
See Also