Click or drag to resize

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
)

Parameters

base64
Type: SystemString
The base64 string to encode.

Return Value

Type: String
The base64 string escaped properly for use in HTML or XML.
See Also