System.Web.UI.TemplateControl.WriteUTF8ResourceString Method

Writes a resource string to an System.Web.UI.HtmlTextWriter control. The TemplateControl.WriteUTF8ResourceString(HtmlTextWriter, int, int, bool) method is used by generated classes and is not intended for use from within your code.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
protected void WriteUTF8ResourceString (HtmlTextWriter output, int offset, int size, bool fAsciiOnly)

Parameters

output
The control to write to.
offset
The starting position within value.
size
The number of characters within value to use.
fAsciiOnly
true to bypass re-encoding; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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