成语生肖网

ToString是什么意思_ToString怎么读英语发音

更新时间:2026-05-30 20:32:54   栏目: 在线翻译

ToString

网络释义:转换对象为字符串;转换为字符串;转换字符串

网络释义

1.转换对象为字符串 - new Object 新建对象 - toString 转换对象为字符串 - valueOf 返回对象的值 ...

2.转换为字符串 Equals 相等,均等 toString 转换为字符串 SetTime 设置时间 ...

3.转换字符串 red 红色 ToString 转换字符串 white 白色 ...

4.转换物件为字符串 ... - new Object 新建物件 - toString 转换物件为字符串 - valueOf 返回物件的值 ...

5.转字符串 Lerp 插值 ToString 转字符串 mesh 网格 ...

6.转换成字符串 ... 5.3.4 getMessage 方法:获取错误信息 72 5.3.9 toString 方法:转换成字符串 74 5.4.4 clear 方法:清空缓冲区 …

7.字符串表示别:访问枚举值的时候需要采用成员访问的方式。另外可以获得枚举值的字符串表示ToString),也可以从字符串获得枚举 …

造句带翻译释义:,转换对象为字符串,转换为字符串,转换字符串

1.That way, when the toString method is called, it offers indention for easier manual reading of these documents.这样,当toString方法被调用时,它可以实现缩进,以使这些文档更易于阅读。

2.The easiest way to get a benchmark results report is to call the Benchmark. toString method.要获得基准测试结果报告,最容易的方法是调用Benchmark.toString方法。

3.If the preceding step does not format the type, the type's ToString method, which is inherited from the Object class, is called.如果前面的步骤未格式化类型,则调用该类型的ToString方法(从Object类继承而来)。

4.The ToString annotation I used as an example is interesting and (at least for me) somewhat useful.我用作例子的ToString注释是有趣而且(至少对于我来说)比较有用的。

5.Note that it also uses the ToString method on the age variable to covert the int to a string that can be output.请注意,它还会在age变量上使用ToString方法,将int转换为可输出的字符串。

6.prints the name of the type that is synthesized by the compiler, along with the ID value that was generated automatically.toString打印出来的名字是由编译器生成的,捆绑了自动生成的ID值。

7.Unfortunately, writing an arbitrary object to a stream invokes the object's toString method.不幸的是,将对象写入流就要调用对象的toString方法。

8.So I'll have the ToString method return the Value rather than the name of the type.因此,我将使ToString方法返回值而不是类型名称。

9.Because the ToString method is an instance function, the first parameter must be a this pointer.由于ToString方法为实例函数,因此,第一个参数必须为this指针。

10.Some types do not return useful or informative values for their ToString methods.某些类型的ToString方法并不会返回有用或有价值的信息。