Returns a string representation of the value of the current instance.
A string representation of the current instance.
If IntPtr.Size for the current instance is 4, IntPtr.ToString is equivalent to int.ToString(); otherwise, this method is equivalent to long.ToString().
This method overrides object.ToString.