MonobjcMonobjc Documented Class Library
NSLocaleAlternateQuotationEndDelimiterKey Field
NamespacesMonobjc.FoundationNSLocaleNSLocaleAlternateQuotationEndDelimiterKey

The key for the alternating enda quotation symbol associated with the locale. In some locales, when quotations are nested, the quotation characters alternate. Thus, NSLocaleQuotationEndDelimiterKey, then NSLocaleAlternateQuotationEndDelimiterKey, etc.

The corresponding value is an NSString object.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSLocaleAlternateQuotationEndDelimiterKey
Public Shared ReadOnly NSLocaleAlternateQuotationEndDelimiterKey As NSString
public:
static initonly NSString^ NSLocaleAlternateQuotationEndDelimiterKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)