Click or drag to resize
Akka.NETHoconValueGetInt Method
Retrieves the integer value from this HoconValue.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int GetInt()

Return Value

Type: Int32
The integer value represented by this HoconValue.
See Also