LocaleData.GetDelimiter(DelimiterType) Method

Definition

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.

Applies to