KLib
C#
Show/Hide TOC
Crypto
Encrypt(String) Method
Encrypt a string
Definition
Namespace:
KLib.Crypto
Assembly:
KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
C#
Copy
public
string
Encrypt
(
string
inputText
)
Parameters
inputText
String
text to encrypt
Return Value
String
an encrypted string
See Also
Reference
Crypto Class
Encrypt Overload
KLib.Crypto Namespace
In This Article
Definition
Parameters
Return Value
See Also