Share via


UnmappableCharacterException.InputLength Property

Definition

Returns the length of the input.

public virtual int InputLength { [Android.Runtime.Register("getInputLength", "()I", "GetGetInputLengthHandler")] get; }
[<get: Android.Runtime.Register("getInputLength", "()I", "GetGetInputLengthHandler")>]
member this.InputLength : int

Property Value

the length of the input

Attributes

Remarks

Returns the length of the input.

Java documentation for java.nio.charset.UnmappableCharacterException.getInputLength().

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