Click or drag to resize
Akka.NETConfigurationFactoryParseString Method (String, FuncString, HoconRoot)
Generates a configuration defined in the supplied HOCON (Human-Optimized Config Object Notation) string.

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Config ParseString(
	string hocon,
	Func<string, HoconRoot> includeCallback
)

Parameters

hocon
Type: SystemString
A string that contains configuration options to use.
includeCallback
Type: SystemFuncString, HoconRoot
callback used to resolve includes

Return Value

Type: Config
The configuration defined in the supplied HOCON string.
See Also