HtmlTextWriter.SingleQuoteChar Field

Definition

Represents an apostrophe (').

public: char SingleQuoteChar;
public const char SingleQuoteChar;
val mutable SingleQuoteChar : char
Public Const SingleQuoteChar As Char 

Field Value

Remarks

Use the SingleQuoteChar field when it is necessary to render an apostrophe.

Applies to

See also