LocaleData.GetDelimiter(DelimiterType) Method
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.
Retrieves a delimiter string from the locale data.
[Android.Runtime.Register("getDelimiter", "(I)Ljava/lang/String;", "", ApiSince=28)]
public string? GetDelimiter (Android.Icu.Util.DelimiterType type);
[<Android.Runtime.Register("getDelimiter", "(I)Ljava/lang/String;", "", ApiSince=28)>]
member this.GetDelimiter : Android.Icu.Util.DelimiterType -> string
Parameters
- type
- DelimiterType
The type of delimiter string desired. Currently, the valid choices are QUOTATION_START, QUOTATION_END, ALT_QUOTATION_START, or ALT_QUOTATION_END.
Returns
The desired delimiter string.
- Attributes
Remarks
Retrieves a delimiter string from the locale data.
Java documentation for android.icu.util.LocaleData.getDelimiter(int)
.
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.