Parses the specified text.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static HoconRoot Parse(
string text
)
Public Shared Function Parse (
text As String
) As HoconRoot
public:
static HoconRoot^ Parse(
String^ text
)
static member Parse :
text : string -> HoconRoot
Parameters
- text
- Type: SystemString
The text.
Return Value
Type:
HoconRootHoconValue.
See Also