Click or drag to resize

LayoutT Constructor (Layout, String, CultureInfo)

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public Layout(
	Layout layout,
	string parseValueFormat,
	CultureInfo parseValueCulture
)

Parameters

layout
Type: NLog.LayoutsLayout
Dynamic NLog Layout
parseValueFormat
Type: SystemString
Format used for parsing string-value into result value type
parseValueCulture
Type: System.GlobalizationCultureInfo
Culture used for parsing string-value into result value type
See Also