This documentation is archived and is not being maintained.
HtmlTextWriter.SingleQuoteChar Field
.NET Framework 1.1
Represents a single quote (') character.
[Visual Basic] Public Const SingleQuoteChar As Char [C#] public const char SingleQuoteChar; [C++] public: const __wchar_t SingleQuoteChar; [JScript] public var SingleQuoteChar : Char;
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace
Show: