Parser..::..Parse Method

Parses the specified text.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll)

Syntax


public static HoconRoot Parse(
	string text
)
Public Shared Function Parse ( _
	text As String _
) As HoconRoot
public:
static HoconRoot^ Parse(
	String^ text
)

Parameters

text
Type: String
The text.

Return Value

HoconValue.