Click or drag to resize
Akka.NETHoconValueIsString Method
Determines whether all the elements inside this HoconValue are a string.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsString()

Return Value

Type: Boolean
trueif all elements inside this HoconValue are a string; otherwise false.
See Also