Click or drag to resize
Akka.NETHoconObjectGetString Method
N/A

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public string GetString()

Return Value

Type: String
N/A

Implements

IHoconElementGetString
Exceptions
ExceptionCondition
NotImplementedException This exception is thrown automatically since this element is an object and not a string.
See Also