| WrapperLayoutRendererBaseTransform Method (String) |
Transforms the output of another layout.
Namespace:
NLog.LayoutRenderers.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax protected abstract string Transform(
string text
)
Protected MustOverride Function Transform (
text As String
) As String
Dim text As String
Dim returnValue As String
returnValue = Me.Transform(text)
abstract Transform :
text : string -> string
Parameters
- text
- Type: SystemString
Output to be transform.
Return Value
Type:
StringTransformed text.
See Also