Click or drag to resize

Rot13LayoutRendererWrapper Class

Decodes text "encrypted" with ROT-13.
Inheritance Hierarchy
SystemObject
  NLog.LayoutRenderersLayoutRenderer
    NLog.LayoutRenderers.WrappersWrapperLayoutRendererBase
      NLog.LayoutRenderers.WrappersRot13LayoutRendererWrapper

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public sealed class Rot13LayoutRendererWrapper : WrapperLayoutRendererBase

The Rot13LayoutRendererWrapper type exposes the following members.

Constructors
  NameDescription
Public methodRot13LayoutRendererWrapper
Initializes a new instance of the Rot13LayoutRendererWrapper class
Top
Properties
  NameDescription
Public propertyInner
Gets or sets the wrapped layout. [DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.)
Public propertyText
Gets or sets the layout to be wrapped.
Top
Methods
  NameDescription
Public methodStatic memberDecodeRot13
Encodes/Decodes ROT-13-encoded string.
Public methodRender
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from LayoutRenderer.)
Top
Remarks
See Also