Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconObject Class
HoconObject Methods
GetArray Method
GetKey Method
GetOrCreateKey Method
GetString Method
IsArray Method
IsString Method
Merge Method
ToString Method
HoconObject
IsString Method
Determines whether this element is a string.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
bool
IsString
()
abstract
IsString
:
unit
->
bool
override
IsString
:
unit
->
bool
Return Value
Type:
Boolean
false
Implements
IHoconElement
IsString
See Also
Reference
HoconObject Class
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET