The PatternString type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
PatternString |
Default constructor
| |
PatternString(String) |
Constructs a PatternString
|
Methods
Name | Description | |
---|---|---|
ActivateOptions |
Initialize object options
| |
AddConverter(ConverterInfo) |
Add a converter to this PatternString
| |
AddConverter(String, Type) |
Add a converter to this PatternString
| |
Equals | (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.) | |
Format |
Format the pattern as a string
| |
Format(TextWriter) |
Produces a formatted string as specified by the conversion pattern.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConversionPattern |
Gets or sets the pattern formatting string
|
See Also