CollationKey.SourceString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the source string that this CollationKey represents.
public string? SourceString { [Android.Runtime.Register("getSourceString", "()Ljava/lang/String;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getSourceString", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.SourceString : string
Property Value
source string that this CollationKey represents
- Attributes
Remarks
Return the source string that this CollationKey represents.
Java documentation for android.icu.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.