Click or drag to resize

Rot13LayoutRendererWrapperDecodeRot13 Method

Encodes/Decodes ROT-13-encoded string.

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