Freigeben über


UnicodeSetIterator.String Property

Definition

Gets the current string from the iterator.

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

Property Value

Attributes

Remarks

Gets the current string from the iterator. Only use after calling next(), not nextRange().

Java documentation for android.icu.text.UnicodeSetIterator.getString().

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