NQCryptDecryptHtmlEscapeEncryptedString Method |
Escapes a base 64 encoded (encrypted) string for HTML.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string HtmlEscapeEncryptedString(
string base64
)
Public Shared Function HtmlEscapeEncryptedString (
base64 As String
) As String
Parameters
- base64
- Type: SystemString
The base64 string to encode.
Return Value
Type:
StringThe base64 string escaped properly for use in HTML or XML.
See Also