Monobjc.Foundation.NSUInteger.ToString C# (CSharp) Method

ToString() public method

Returns the a string representation of this instance.
public ToString ( ) : string
return string
		public override string ToString()
		{
			return this.value.ToString();
		}
    }