IInputFilterExtensions.Filter Method

Definition

public static string? Filter (this Android.Text.IInputFilter self, string? source, int start, int end, Android.Text.ISpanned? dest, int dstart, int dend);
static member Filter : Android.Text.IInputFilter * string * int * int * Android.Text.ISpanned * int * int -> string

Parameters

source
String
start
Int32
end
Int32
dest
ISpanned
dstart
Int32
dend
Int32

Returns

Remarks

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