ConfigurationFactoryParseString Method |
Parses the string.
Namespace: Akka.ConfigurationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static Config ParseString(
string hocon
)
Public Shared Function ParseString (
hocon As String
) As Config
public:
static Config^ ParseString(
String^ hocon
)
static member ParseString :
hocon : string -> Config
Parameters
- hocon
- Type: SystemString
The json.
Return Value
Type:
ConfigConfig.
See Also