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