The CogIOStreamFormatter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateFormatter |
Creates a new formatter from its display string.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FixLength | ||
| GetFormattedString(Object, String) |
Gets formatted string for value object.
| |
| GetFormattedString(Object, CogIOStreamElementList, String) |
Gets formatted string for propeties of an instance of any object.
The properties are defined in the element list.
| |
| GetFormattedString(Object, String, String) |
Gets formatted string for a property of an instance of any object.
| |
| GetFormattedString(ICogRecord, CogIOStreamElementList, String) |
Gets formatted string for a ICogRecord.
| |
| GetFormattedString(ICogRecord, CogIOStreamElementList, String, String) |
Gets formatted string for a ICogRecord.
| |
| GetFormatter(String) |
Gets a formatter.
| |
| GetFormatter(String, Boolean) |
Gets a formatter.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsSupported |
Check if this formatter support a specified type of object.
| |
| IsValidFormat(String) |
Check if a format string is value
| |
| IsValidFormat(String, Object) |
Check if a format string is value
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParsingFormatExpression(Int32 , Boolean , String ) |
Parsing the format expression.
| |
| ParsingFormatExpression(Int32 , Boolean , String , Boolean ) |
Parsing the format expression.
| |
| ParsingFormatExpression(Int32 , Boolean , String , Boolean , Int32 ) |
Parsing the format expression.
| |
| ToString |
Converts the formater to string.
(Overrides Object ToString .) | |
| ToString(Object) |
Converts a value to a formatted string defined by this formatter.
|
See Also