TemplateControl.WriteUTF8ResourceString 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컨트롤에 리소스 문자열을 HtmlTextWriter 씁니다. 메서드 WriteUTF8ResourceString(HtmlTextWriter, Int32, Int32, Boolean) 는 생성된 클래스에서 사용되며 코드 내에서 사용하기 위한 것이 아닙니다.
protected:
void WriteUTF8ResourceString(System::Web::UI::HtmlTextWriter ^ output, int offset, int size, bool fAsciiOnly);
protected void WriteUTF8ResourceString(System.Web.UI.HtmlTextWriter output, int offset, int size, bool fAsciiOnly);
member this.WriteUTF8ResourceString : System.Web.UI.HtmlTextWriter * int * int * bool -> unit
Protected Sub WriteUTF8ResourceString (output As HtmlTextWriter, offset As Integer, size As Integer, fAsciiOnly As Boolean)
매개 변수
- output
- HtmlTextWriter
쓸 컨트롤입니다.
- offset
- Int32
내 value의 시작 위치입니다.
- size
- Int32
사용할 문자 value 수입니다.
- fAsciiOnly
- Boolean
true다시 인코딩을 무시하려면 그렇지 않으면 . false
예외
유효하지 않은 데이터에 액세스하고 있습니다. offset 또는 size 0보다 작습니다.
-또는-
리소스 크기보다 큰 합계 offsetsize 입니다.