说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 字符转换
1.
The file containing the character translation table has fewer than 512 bytes.
包含字符转换表的文件小于 512 字节。
2.
To convert the characters of one alphabet to the corresponding characters of another alphabet.
把一个字母表的字符转换成另一个字母表的相应字符。
3.
Unable to convert two characters in the string '{0}' to a number starting at offset {1}.
无法将字符串“{0}”中的两个字符转换为从偏移量 {1} 开始的数字。
4.
Capitalizes the first letter in each word of a text string and converts all other letters to lowercase letters
将字符串中各英文单词的第一个字母转换成大写,将其他字符转换成小写
5.
Unable to convert characters in the string '{0}' to a month starting at offset {1}.
无法将字符串“{0}”中的字符转换为从偏移量 {1} 开始的月份。
6.
ASCII:American Standard Code for Information change; a system used to translate keyboard characters into bits.
美国信息交换标准码:把键盘字符转换成字节的系统。
7.
Text wrapping breaks will become line breaks.
文字环绕分隔符将转换为换行符。
8.
Null String Variant cannot be converted to a character.
不能将空字符串变量转换为字符。
9.
To convert data, character by character.
一个字符一个字符地转换数据。
10.
Unable to convert Multi Byte string to Wide Char String. The script could not be parsed.
无法将多字节字符串转换为宽字符字符串。无法分析该脚本。
11.
You can't replace DBCS font with SBCS font or SBCS font with DBCS font.
单字节字符集字体与双字节字符集字体不能相互转换。
12.
The Escape Character, Wrap Character and Pad Character properties must be unique.
转义符、换行符和填充字符的属性均必须唯一。
13.
This file contains double-byte characters which cannot be converted
此文件包含无法转换的双字节字符
14.
Returns character data converted from numeric data
返回从数字数据转换而成的字符数据
15.
Returns a character expression after converting uppercase character data to lowercase
将大写字符数据转换成小写后返回字符表达式
16.
Symbol characters (--) with symbols (?a)
符号字符(--)替换为符号(—)
17.
Raised text will become superscript, and lowered text will become subscript.
提升/降低的字符将转换为上标/下标。
18.
The str_split() function splits a string into an array.
函数的作用是:转换字符串为数组。