SimpleJPA does the string conversion and any subsequent padding (if required) for objects that rely on numeric types.
SimpleJPA会对依赖于数字类型的对象进行字符串转换和后续的填充(如果需要)。
A string conversion evaluates the contained expression list and converts the resulting object into a string according to rules specific to its type.
串的转换先计算所包括的表达式表的值,然后按照其结果类型所特定的规则转换其结果对象为字符串。
In some situations, a simple value-to-string conversion that allows a property to be displayed as text in the property browser might not be adequate.
在某些场合,简单的数值至字串的转换(允许属性在属性浏览器中显示为文字)可能不敷使用。
Well I need to take that number and I'm going to turn it into a string. So notice what I'm going to do right here. I take that number and convert it into a string. That's an example of that type conversion we did earlier on. By doing that it makes it possible for me to treat it as an ordered sequence of characters.
我可能得把这个数字变为字符串,请注意我这里是怎么做的,我把这个数字,转化为字符串了,这是我们之前学过的,类型转换的例子,这么一来我就能把它按照有序的。
应用推荐