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

GetString() public method

Retrieves the string representation of this element.
public GetString ( ) : string
return string
        public string GetString()
        {
            return Value;
        }