Character.CharValue Method

Definition

Returns the value of this Character object.

[Android.Runtime.Register("charValue", "()C", "")]
public char CharValue ();
[<Android.Runtime.Register("charValue", "()C", "")>]
member this.CharValue : unit -> char

Returns

the primitive char value represented by this object.

Attributes

Remarks

Returns the value of this Character object.

Java documentation for java.lang.Character.charValue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to