Locale.ExtensionKeys 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.
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions.
public System.Collections.Generic.ICollection<Java.Lang.Character> ExtensionKeys { [Android.Runtime.Register("getExtensionKeys", "()Ljava/util/Set;", "")] get; }
[<get: Android.Runtime.Register("getExtensionKeys", "()Ljava/util/Set;", "")>]
member this.ExtensionKeys : System.Collections.Generic.ICollection<Java.Lang.Character>
Property Value
The set of extension keys, or the empty set if this locale has no extensions.
- Attributes
Remarks
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions. The returned set is unmodifiable. The keys will all be lower-case.
Added in 1.7.
Java documentation for java.util.Locale.getExtensionKeys()
.
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.