Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconArray Class
HoconArray Methods
GetArray Method
GetString Method
IsArray Method
IsString Method
ToString Method
HoconArray
GetString Method
N/A
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
string
GetString
()
abstract
GetString
:
unit
->
string
override
GetString
:
unit
->
string
Return Value
Type:
String
N/A
Implements
IHoconElement
GetString
Exceptions
Exception
Condition
NotImplementedException
This exception is thrown automatically since this element is an array and not a string.
See Also
Reference
HoconArray Class
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET