IntPtr.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the numeric value of the current IntPtr object to its equivalent string representation.
Assembly: mscorlib (in mscorlib.dll)
If the value of the Size property for this instance is 4, then this method is equivalent to Int32.ToString; otherwise, this method is equivalent to Int64.ToString.
Show: