 | Rot13LayoutRendererWrapperDecodeRot13 Method |
Encodes/Decodes ROT-13-encoded string.
Namespace:
NLog.LayoutRenderers.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic static string DecodeRot13(
string encodedValue
)
Public Shared Function DecodeRot13 (
encodedValue As String
) As String
Dim encodedValue As String
Dim returnValue As String
returnValue = Rot13LayoutRendererWrapper.DecodeRot13(encodedValue)
static member DecodeRot13 :
encodedValue : string -> string
Parameters
- encodedValue
- Type: SystemString
The string to be encoded/decoded.
Return Value
Type:
StringEncoded/Decoded text.
See Also