Utility class that represents a format string.
Inheritance Hierarchy
log4net.UtilSystemStringFormat
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The SystemStringFormat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SystemStringFormat |
Initialise the SystemStringFormat |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString |
Format the string and arguments
(Overrides ObjectToString.) |
Remarks
Utility class that represents a format string.
See Also