在衍生类别中覆写时,将指定字串中的所有字元编码成位元组序列。
When overridden in a derived class, encodes all the characters in the specified string into a sequence of bytes.
取代后援处理常式,这个处理常式会取代无法以某个任意取代字元编码的字元。
A replacement fallback handler, which replaces characters that cannot be encoded with some arbitrary replacement character.
在衍生类别中覆写时,计算编码指定的字串字元所产生的位元组数目。
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified string.
例外状况后援处理常式,这个处理常式会在无法编码字元时掷回例外状况。
An exception fallback handler, which throws an exception when characters cannot be encoded.
参数会针对无法编码的字元以及无法解码的位元组序列指定错误处理常式。
Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded.
在衍生类别中覆写时,计算编码一组字元所产生的位元组数目。
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters.
在衍生类别中覆写时,计算编码指定字元阵列中所有字元所产生的位元组数目。
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
这个方法会根据编码方式读取一个完整字元。
This method reads one complete character based on the encoding.
缓冲区中有一个字元,其为有效的xml字元,但对输出编码而言无效。
There is a character in the buffer that is a valid XML character but is not valid for the output encoding.
无效的字元会转译成逸出数字实体编码方式。
The invalid characters are translated into escaped numeric entity encodings.
行的字元是使用预设系统ansi字码页来编码。
The line characters are encoded using the default system ANSI code page.
在衍生类别中覆写时,计算从指定的字元指标开始,编码一组字元所产生的位元组数目。
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array.
在衍生类别中覆写时,计算从指定的字元指标开始,编码一组字元所产生的位元组数目。
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.
URL编码方式会将 URL中不允许的字元转换为相等的字元实体;
URL encoding converts characters that are not allowed in a URL into character-entity equivalents;
URL编码方式会将 URL中无效的字元转换为对等的字元实体;
URL encoding converts characters that are not valid in a URL to character-entity equivalents;
URL编码方式会将 URL中无效的字元转换为对等的字元实体;
URL encoding converts characters that are not valid in a URL to character-entity equivalents;
应用推荐