您要查找的是不是:
- What about the string data type named as? 字符串数据类型是干什么的呢?
- The token data type is also derived from the String data type. 记号数据类型也是从字符串数据类型里派生出来的。
- Pattern is an expression of the character string data type category. pattern是字符串数据类型类别的表达式。
- This transformation operates only on column data with a string data type. 此转换操作只对字符串数据类型的列数据执行。
- Use the string data type to specify the directory path to your workload file. 使用string数据类型,以指定工作负荷文件的目录路径。
- The normalizedString data type is derived from the String data type. 规格化的字符串数据类型是从字符数据类型中派生出来的。
- All string data types are derived from the string data type itself. 所有字符串数据类型都是由字符串数据类型本身派生出来的。
- String also allows you to reassign individual characters, something the built-in string data type does not support. 字符串还允许您重新分配个别字符,这些字符是内置字符串数据类型所不支持的。
- To perform this comparison, the numeric operand must be explicitly cast to a string data type. 若要执行此比较,必须将数值操作数显式转换为字符串数据类型。
- The following table shows the marshaling options for the string data type when the type is marshaled as a field. 下表显示当字符串数据类型被作为字段封送时该类型的封送处理选项。
- You do also get some features typical of bytecode languages, such as a string data type and garbage collection. 您还可以获得字节码语言的某些典型特性,例如字符串数据类型和垃圾收集。
- The string data type can contain characters, line feeds, carriage returns, and tab characters. 字符串数据类型包括字符、换行符、回车符和制表符。
- Note: The XML processor will not modify the value if you use the string data type. 注意:如果你用字符串数据类型,XML处理器将不会修改数值。
- Visual Studio sets this property to the first column after the primary key that has a string data type for the table you drag onto the control. 对于您拖动到控件上的表,则Visual Studio将此属性设置为该主键后的具有字符串数据类型的第一列。
- The JDBC character string data types are CHAR, VARCHAR, and LONGVARCHAR. JDBC字符串数据类型为CHAR、VARCHAR和LONGVARCHAR。
- The StringBuilder class also allows you to reassign individual characters, something the built-in string data type does not support. StringBuilder类还允许重新分配单个字符,这是内置字符串数据类型所不支持的。
- You cannot create properties or add methods to variables of the String data type, while you can for instances of the String object. 不能为String数据类型的变量创建属性或向其添加方法,但是可以为String对象的实例创建属性或向其添加方法。
- Use the String data type to hold multiple characters without the array management overhead of Char(), an array of Char elements. 可使用String数据类型存储多个字符,这不会产生Char()(Char元素的数组)的数组管理开销。
- Numeric data is assigned a numeric data type, string data is assigned a character data type, and dates are assigned a date data type. 为数值数据分配数值数据类型,为字符串数据分配字符数据类型,为日期分配日期数据类型。
- Furthermore, String objects are accepted by functions that take String data types, and vice versa. 此外,String对象被采用String数据类型的函数所接受,反之亦然。