Java.Lang.Integer.ToString Method
Converts the specified integer into its decimal string representation.

Syntax

[Android.Runtime.Register("toString", "(I)Ljava/lang/String;", "")]
public static string ToString (int value)

Parameters

i
the integer to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the specified integer into its decimal string representation. The returned string is a concatenation of a minus sign if the number is negative and characters from '0' to '9'.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1