Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr.ToString Method

Returns a string representation of the value of the current instance. [Edit]

public override string ToString ()

Returns

A string representation of the current instance. [Edit]

Remarks

Note:

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.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0