CompositeFormat 类

定义

表示分析的复合格式字符串。

public ref class CompositeFormat sealed
public sealed class CompositeFormat
type CompositeFormat = class
Public NotInheritable Class CompositeFormat
继承
CompositeFormat

属性

名称 说明
Format

获取用于创建此 CompositeFormat 实例的原始复合格式字符串。

MinimumArgumentCount

获取必须使用此 CompositeFormat格式设置操作的最小参数数。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
Parse(String)

分析指定的复合格式字符串。

ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于