| SimpleLayout Constructor (String) |
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public SimpleLayout(
string txt
)
Public Sub New (
txt As String
)
Dim txt As String
Dim instance As New SimpleLayout(txt)
new :
txt : string -> SimpleLayout
Parameters
- txt
- Type: SystemString
The layout string to parse.
See Also