Cloaks the text, obfuscate sensitive data to prevent collection by robots and spiders and crawlers

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string CloakText(
	string PersonalInfo
)
Visual Basic
Public Shared Function CloakText ( 
	PersonalInfo As String
) As String

Parameters

PersonalInfo
Type: System..::..String
The personal info.

Return Value

obfuscated sensitive data by hustling ASCII characters

See Also