Click or drag to resize
Akka.NETConfigurationFactoryParseString Method (String)
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
)

Parameters

hocon
Type: SystemString
A string that contains configuration options to use.

Return Value

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