Click or drag to resize
Akka.NETHoconValueGetString Method
Retrieves the string value from this HoconValue.

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
The string value represented by this HoconValue.
See Also