Click or drag to resize
HoconSubstitutionIsString Method
Determines whether this instance is string.

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

Return Value

Type: Boolean
true if this instance is string; otherwise, false.

Implements

IHoconElementIsString
See Also