Akka.Configuration.Hocon.HoconLiteral.IsString C# (CSharp) Method

IsString() public method

Determines whether this element is a string.
public IsString ( ) : bool
return bool
        public bool IsString()
        {
            return true;
        }