Click or drag to resize
ParserParse Method
Parses the specified text.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static HoconRoot Parse(
	string text
)

Parameters

text
Type: SystemString
The text.

Return Value

Type: HoconRoot
HoconValue.
See Also