Click or drag to resize
Akka.NETHoconValueGetLong Method
Retrieves the long value from this HoconValue.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public long GetLong()

Return Value

Type: Int64
The long value represented by this HoconValue.
See Also