Mono Class Library: System.UIntPtr Overview | MembersSystem.UIntPtr.ToString Method |
Returns a string representation of the value of the current instance. [Edit]
|
A string representation of the current instance. [Edit]
Note:[Edit]If UIntPtr.Size for the current instance is 4, UIntPtr.ToString is equivalent to uint.ToString(); otherwise, this method is equivalent toulong.ToString().
This method overrides object.ToString.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0