Returns a string representation of the value of the current instance.
A string representation of the current instance formatted using the general format specifier, ("G"). The string takes into account the current system culture.
This version of DateTime.ToString is equivalent to DateTime.ToString ("G", null ).
For more information about the general format specifier ("G") see System.Globalization.DateTimeFormatInfo.
This method overrides object.ToString.