Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
StringFormatter Class Members
The following tables list the members exposed by StringFormatter.
Public Properties
| Name | Description |
| CompiledFormatString | Gets the compiled format string for the current StringFormatter object. |
| FormatString | Gets or sets the raw formatting string for the current StringFormatter object. |
| PropertyNames | Gets the list of the property names referred to by the current StringFormatter object. |
Public Methods
| Name | Description |
| Format | Create a formatted a string according to the compiled format string and the properties on the specified object |
| References | Predicate indicating that the current StringFormatter object refers to the named property. |
| ToString | Returns a String that represents the current StringFormatter. |
See Also