Transliterator.ID Property

Definition

Returns a programmatic identifier for this transliterator.

public string? ID { [Android.Runtime.Register("getID", "()Ljava/lang/String;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getID", "()Ljava/lang/String;", "", ApiSince=29)>]
member this.ID : string

Property Value

Attributes

Remarks

Returns a programmatic identifier for this transliterator. If this identifier is passed to getInstance(), it will return this object, if it has been registered.

Java documentation for android.icu.text.Transliterator.getID().

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