Selerix Developer Tools
Encrypt3String Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : Encrypt3String Method
The string
Encrypts the string.
Syntax
'Declaration
 
Public Shared Function Encrypt3String( _
   ByVal s As String _
) As String
'Usage
 
Dim s As String
Dim value As String
 
value = Utils.Encrypt3String(s)
public static string Encrypt3String( 
   string s
)
public function Encrypt3String( 
    s: String
): String; static; 
public static function Encrypt3String( 
   s : String
) : String;
public: static string* Encrypt3String( 
   string* s
) 
public:
static String^ Encrypt3String( 
   String^ s
) 

Parameters

s
The string
See Also

Reference

Utils Class
Utils Members