| HoconObjectGetString Method |
N/A
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public string GetString()
abstract GetString : unit -> string
override GetString : unit -> string
Return Value
Type:
StringN/A
Implements
IHoconElementGetStringExceptions Exception | Condition |
---|
NotImplementedException |
This exception is thrown automatically since this element is an object and not a string.
|
See Also