Initialise the SystemStringFormat
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
public SystemStringFormat( IFormatProvider provider, string format, params Object[] args )
Parameters
- provider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information. - format
- Type: SystemString
A String containing zero or more format items. - args
- Type: SystemObject
An Object array containing zero or more objects to format.
See Also