CollationKey.SourceString Property

Definition

Returns the String that this CollationKey represents.

public virtual string? SourceString { [Android.Runtime.Register("getSourceString", "()Ljava/lang/String;", "GetGetSourceStringHandler")] get; }
[<get: Android.Runtime.Register("getSourceString", "()Ljava/lang/String;", "GetGetSourceStringHandler")>]
member this.SourceString : string

Property Value

the source string of this CollationKey

Attributes

Remarks

Returns the String that this CollationKey represents.

Java documentation for java.text.CollationKey.getSourceString().

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