您要查找的是不是:
- P format item 图像格式项
- Provides a format item string to display. 提供要显示的格式项字符串。
- Replaces each format item in a String object with the text equivalent of a corresponding object's value. 将String对象中的每个格式项替换为相应对象值的文本等效项。
- This warning is typically reported because an integer has been used for a %p format instead of a pointer. 通常,如果为%25p格式使用的是整数而不是指针,将报告此警告。
- Replaces each format item in a specified String with the text equivalent of a corresponding object's value. 将指定的String中的每个格式项替换为相应对象的值的文本等效项。
- Braces in a format item are interpreted sequentially in the order they are encountered. 按照在格式项中遇到大括号的顺序依次解释它们。
- Is specified. Escaping Braces Opening and closing braces are interpreted as starting and ending a format item. 左大括号和右大括号被解释为格式项的开始和结束。
- To replace one or more format item placeholders in a string with the text representation of one or more numeric, date and time, or enumeration values. 可将字符串中的一个或多个格式项占位符替换为一个或多个数字、日期和时间或枚举值的文本表示形式。
- Replaces the format item in a specified String with the text equivalent of the value of a corresponding Object instance in a specified array. 将指定String中的格式项替换为指定数组中相应Object实例的值的文本等效项。
- Replaces the format item in a specified String with the text equivalent of the value of three specified Object instances. 将指定的String中的格式项替换为三个指定的Object实例的值的文本等效项。
- The fixed text is any string that you choose, and each format item corresponds to an object or boxed structure in the list. 固定文本是所选择的任何字符串,并且每个格式项对应于列表中的一个对象或装箱的结构。
- But in judicatory practice process, exsits however a series of problem, our country law to format item although have the provision, owe still perfect. 但是在司法实践过程中,却存在一系列问题,我国法律对格式条款虽有规定,但尚欠完善。
- If the object specified by index is nullNothingnullptra null reference (Nothing in Visual Basic), then the format item is replaced by the empty string ("). 如果由索引指定的对象为nullNothingnullptrnull引用(在Visual Basic中为Nothing),则格式项将被空字符串(")替换。
- The formatting process replaces each format item with the text representation of the value of the corresponding object. 格式设置过程将每个格式项替换为相应对象值的文本表示形式。
- The composite formatting feature returns a new result string where each format item is replaced by the string representation of the corresponding object in the list. 复合格式化功能返回新的结果字符串,其中每个格式项都被列表中相应对象的字符串表示形式取代。
- A composite format string consists of zero or more runs of fixed text intermixed with one or more format items. 复合格式字符串由零个或多个固定文本段与一个或多个格式项混和组成。
- I mind my p's and q's whenever I see him. 每当我见到他我都谨慎行事。
- A composite format string consists of fixed text intermixed with indexed placeholders, called format items, that correspond to the objects in the list. 复合格式字符串由固定文本和索引占位符混和组成,其中索引占位符称为格式项,对应于列表中的对象。
- In English, b, p, m and w are bilabials. 英语中的b、p、m、w为双唇音。
- A copy of format in which the first, second, and third format items have been replaced by the String equivalents of arg0, arg1, and arg2. format的一个副本,其中的第一个、第二个和第三个格式项已替换为arg0、arg1和arg2的String等效项。