LAUREL BRIDGE

DCF33StyleNLogAdapterFormatProvider Property

DICOM Connectivity Framework V3.4
Get/Set the format provider to use when logging messages to nlog.

Namespace:  LaurelBridge.DCF.Examples.LoggingDCF33Style
Assembly:  LoggingDCF33Style (in LoggingDCF33Style.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public IFormatProvider FormatProvider { get; set; }

Property Value

Type: IFormatProvider
Remarks

Unless otherwise specified, a default value of CultureInfo.InvariantCulture will be used.
See Also

Reference