Google.Maps.Location.ToString C# (CSharp) Method

ToString() public method

Returns the string representation of the current instance.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return _value;
        }