Utility class for transforming strings.
Inheritance Hierarchy
log4net.UtilTransform
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The Transform type exposes the following members.
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.) | |
| MaskXmlInvalidCharacters |
Replace invalid XML characters in text string
| |
| ToString | (Inherited from Object.) | |
| WriteEscapedXmlString |
Write a string to an XmlWriter |
Remarks
Utility class for transforming strings.
See Also