Click or drag to resize

Rot13LayoutRendererWrapperDecodeRot13 Method

Encodes/Decodes ROT-13-encoded string.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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