Java.Lang.String.ValueOf Method
Returns a new string of just the given char.

Syntax

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

Parameters

value
the character.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new string of just the given char.

[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