ULocale.GetExtension(Char) Method
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 extension (or private use) value associated with the specified key, or null if there is no extension associated with the key.
[Android.Runtime.Register("getExtension", "(C)Ljava/lang/String;", "", ApiSince=24)]
public string? GetExtension (char key);
[<Android.Runtime.Register("getExtension", "(C)Ljava/lang/String;", "", ApiSince=24)>]
member this.GetExtension : char -> string
- key
- Char
the extension key
The extension, or null if this locale defines no extension for the specified key.
- Attributes
Returns the extension (or private use) value associated with the specified key, or null if there is no extension associated with the key. To be well-formed, the key must be one of [0-9A-Za-z]
. Keys are case-insensitive, so for example 'z' and 'Z' represent the same extension.
Java documentation for android.icu.util.ULocale.getExtension(char)
.
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.
Tuote | Versiot |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |