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.

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.

Exceptions

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

Remarks

Documentation for this section has not yet been entered.

Requirements

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