ValueTypeLayoutInfo Class |
Namespace: NLog.Layouts
The ValueTypeLayoutInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ValueTypeLayoutInfo |
Initializes a new instance of the ValueTypeLayoutInfo class.
|
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets or sets the fallback value when result value is not available
| |
| ForceDefaultValueNull |
Gets or sets the fallback value should be null (instead of default value of ValueType) when result value is not available
| |
| Layout |
Gets or sets the layout used for rendering the value.
| |
| ValueParseCulture |
Gets or sets the culture used for parsing parameter string-value for type-conversion
| |
| ValueParseFormat |
Gets or sets format used for parsing parameter string-value for type-conversion
| |
| ValueType |
Gets or sets the result value type, for conversion of layout rendering output
|
| Name | Description | |
|---|---|---|
| RenderValue |
Render Result Value
|