Mono Class Library: System.Xml.XmlTextWriter Overview | Members

System.Xml.XmlTextWriter.QuoteChar Property

Gets or sets the character used to quote the value of an attribute. [Edit]

public char QuoteChar { set; get; }

Value

A char specifying the quotation mark character (" or ') used to enclose the value of an attribute. The default is the double quote. [Edit]

Exceptions

TypeReason
ArgumentExceptionThe value to be set is not the single quote or double quote character. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0