| ConfigurationFactoryParseString 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.129 (1.2.3.129)
Syntax public static Config ParseString(
string hocon
)
static member ParseString :
hocon : string -> Config
Parameters
- hocon
- Type: SystemString
A string that contains configuration options to use.
Return Value
Type:
ConfigThe configuration defined in the supplied HOCON string.
See Also