Click or drag to resize

ConvertEncrypt Method

Encrypt the parameter pText

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string Encrypt(
	this string pText
)

Parameters

pText
Type: SystemString
text do encrypt

Return Value

Type: String
encrypted text

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
If parameter pText null or empty then gives an empty text back
See Also