LocaleData.QuotationEnd Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Util.DelimiterType enum directly instead of this field.

Delimiter type for #getDelimiter(int).

[Android.Runtime.Register("QUOTATION_END", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.DelimiterType enum directly instead of this field.", true)]
public const Android.Icu.Util.DelimiterType QuotationEnd = 1;
[<Android.Runtime.Register("QUOTATION_END", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.DelimiterType enum directly instead of this field.", true)>]
val mutable QuotationEnd : Android.Icu.Util.DelimiterType

Field Value

Value = 1
Attributes

Remarks

Delimiter type for #getDelimiter(int).

Java documentation for android.icu.util.LocaleData.QUOTATION_END.

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