Click or drag to resize

ValueTypeLayoutInfoValueParseCulture Property

Gets or sets the culture used for parsing parameter string-value for type-conversion

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public CultureInfo? ValueParseCulture { get; set; }

Property Value

Type: CultureInfo
See Also