Click or drag to resize

Rot13LayoutRendererWrapperDecodeRot13 Method

Encodes/Decodes ROT-13-encoded string.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public static string DecodeRot13(
	string encodedValue
)

Parameters

encodedValue
Type: SystemString
The string to be encoded/decoded.

Return Value

Type: String
Encoded/Decoded text.
See Also