ObjectFormatter Constructors
Represents a string formatter. Exposes the static helper ObjectFormatter.Format method that replaces format items in the specified string with the property values of the specified object.
Name | Parameters | Description |
---|---|---|
Object |
none |
Creates an instance of the Object |
Object |
caption |
Initializes a new instance of the Object |
Object |
caption |
Initializes a new instance of the Object |
Object |
parse |
Initializes a new instance of the Object |
Object |
parse |
Initializes a new instance of the Object |
See Also