| 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
)
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