TemplateControl.WriteUTF8ResourceString Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Writes a resource string to an HtmlTextWriter control. The WriteUTF8ResourceString method is used by generated classes and is not intended for use from within your code.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
protected void WriteUTF8ResourceString ( HtmlTextWriter output, int offset, int size, boolean fAsciiOnly )
protected function WriteUTF8ResourceString ( output : HtmlTextWriter, offset : int, size : int, fAsciiOnly : boolean )
Not applicable.
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.
Community Additions
ADD
Show: