Click or drag to resize
Akka.NETConfigurationparse Method
Parses provided HOCON string into a valid Akka configuration object.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Config parse(
	string arg00
)

Parameters

arg00
Type: SystemString

[Missing <param name="arg00"/> documentation for "M:Akka.FSharp.Configuration.parse(System.String)"]

Return Value

Type: Config

[Missing <returns> documentation for "M:Akka.FSharp.Configuration.parse(System.String)"]

See Also