HoconSubstitutionIsString Method |
Determines whether this instance is string.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxPublic Function IsString As Boolean
public:
virtual bool IsString() sealed
abstract IsString : unit -> bool
override IsString : unit -> bool
Return Value
Type:
Booleantrue if this instance is string; otherwise,
false.
Implements
IHoconElementIsString
See Also