除了一个监听器将输入字符串转换成大写字母之外,监听器的代码完全相同。
With the exception that one of the listeners converts the input string to uppercase, the code for the listeners is exactly the same.
字符串函数用于将一个字符串转换为整型数字。
The parseInt function parses a string and returns an integer.
如何将字符串转换为字节数组。
将指定的字符或字符串转换为小写。
将指定的字符或字符串转换为大写。
如何将十六进制字符串转换为整数。
HTML编码的字符串转换为指定的值。
介绍如何将字符串转换为。
将字符串转换为url编码的字节数组。
输入文本字符串转换成了字节数组,并用它填充。
The input text string is converted into an array of bytes and is padded.
本部分说明如何将字符串转换为其他数据类型。
This section describes how to convert strings into other data types.
字符串转换:架构验证失败;参见扩展错误信息。
String Transform: Schema validation failed; see Extended Error information.
将URL编码的字符串转换为已解码的字节数组。
Converts a URL-encoded string into a decoded array of bytes.
这种把字符串转换为数字的方法,麻烦之处在于它过于严格。
The trouble with this sort of string-to-number conversion is that it is overly strict.
无法将多字节字符串转换为宽字符字符串。无法分析该脚本。
Unable to convert Multi Byte string to Wide Char String. The script could not be parsed.
转换将字符串转换为对象,而大多数标准验证是对字符串进行的。
Conversion converts strings into objects, whereas most of the standard validators work on strings.
接下来,在联邦服务器,需要将序列化后的字符串转换回xml类型。
Next, at the federated server, you need to convert the serialized string back to the XML type.
这将把函数内包含的或传递到函数中的字符串转换为正确的sql语句。
This converts the character string contained within or passed into the function to a correct SQL statement.
然而,在播放视频的时候,软件必须把这些位串转换成相应的语法元素。
During playback, however, software has to convert these strings of bits into the corresponding syntax elements.
使用指定的解码对象将URL编码的字符串转换为已解码的字节数组。
Converts a URL-encoded string into a decoded array of bytes using the specified decoding object.
步骤(4)通过将字符串转换成字节序列(比如二进制)准备好通过流发送的请求。
Step (4) prepares the request to be sent over the stream by converting the string into an array of bytes, i.e. binary.
对于不能将字符串转换为整数的情况,将在目标字段中使用一个用户指定的默认整数。
In cases where the string cannot be converted to an integer, a user-specified default int is placed in the target field.
所以清单13同时完成这两项工作,它将字符串转换为数字,处理后再转换回字符串。
So Listing 13 does the job, converting string to number and back to string again.
将POST或者PUT主体中的JSON字符串转换为JSON对象,采用如下语法。
To convert a JSON string from the body of a POST or PUT into a JSON object, use the syntax.
您可能会感到奇怪。其实内部函数调用将输入字符串转换成使用特定格式编译的时间戳。
In case you're curious, the inner function call converts the input string into a timestamp that complies with a specific format.
SimpleJPA会对依赖于数字类型的对象进行字符串转换和后续的填充(如果需要)。
SimpleJPA does the string conversion and any subsequent padding (if required) for objects that rely on numeric types.
在这一点上,您也可能编辑映射并应用任何关于数据所需的转换(例如,将字符串转换为大写)。
At this point, you may also edit the mappings and apply any required transformations on the data (for example, converting strings to uppercase).
当将字符串作为布尔值使用时,将首先把字符串转换为整数,然后再计算真(非0)或假(0)。
When a string is used as a Boolean, it is first converted to an integer, and then evaluated for truth (non-zero) or falsehood (zero).
常见数据类型与默认类型转换器(将数值转换为字符串,并将字符串转换为相应数据类型)相关联。
Common data types are associated with default type converters that convert values into strings and strings into the appropriate data types.
h是atoi()函数(将ASCII 码转换为整数)所需要的,该函数将字符串转换为整数。
stdlib.h is needed for the atoi() function (ASCII to integer), which converts a string to an integer.
应用推荐