Java.Lang.String.ValueOf Method
Returns the string representation of the given int.

Syntax

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

Parameters

value
the integer.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the string representation of the given int.

[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