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

GetString() public method

Retrieves the string representation of this element.
/// This element is an object. It is not a string. /// Therefore this method will throw an exception. ///
public GetString ( ) : string
return string
        public string GetString()
        {
            throw new NotImplementedException();
        }