TemplateControl.WriteUTF8ResourceString Method (HtmlTextWriter, Int32, Int32, Boolean)
.NET Framework (current version)
This API supports the product 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.
Assembly: System.Web (in System.Web.dll)
Parameters
- output
-
Type:
System.Web.UI.HtmlTextWriter
The control to write to.
- offset
-
Type:
System.Int32
The starting position within value.
- size
-
Type:
System.Int32
The number of characters within value to use.
- fAsciiOnly
-
Type:
System.Boolean
true to bypass re-encoding; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Data that is not valid is being accessed; offset or size is less than zero. - or - The sum of offset and size is greater than the resource size. |
.NET Framework
Available since 1.1
Available since 1.1
Show: