Character.Size Field

Definition

The number of bits used to represent a char value in unsigned binary form, constant 16.

[Android.Runtime.Register("SIZE")]
public const int Size = 16;
[<Android.Runtime.Register("SIZE")>]
val mutable Size : int

Field Value

Value = 16
Attributes

Remarks

The number of bits used to represent a char value in unsigned binary form, constant 16.

Added in 1.5.

Java documentation for java.lang.Character.SIZE.

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