My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Static Public Member Functions | List of all members
UniExtensions.MiscExtensionMethods Class Reference

Static Public Member Functions

static string DumpJSON (this Hashtable obj)
 Dumps an object to JSON. More...
 
static string MD5 (this byte[] bytes)
 returns MD5 hex digest of this array. More...
 
static string MD5 (this string text)
 MD5 Hex Digest of this string. More...
 
static void RC4 (this byte[] bytes, string skey)
 Encrypts and Decrypts a byte array. More...
 

Member Function Documentation

static string UniExtensions.MiscExtensionMethods.DumpJSON ( this Hashtable  obj)
inlinestatic

Dumps an object to JSON.

Returns
The JSON.
Parameters
objObject.
static string UniExtensions.MiscExtensionMethods.MD5 ( this byte[]  bytes)
inlinestatic

returns MD5 hex digest of this array.

Returns
The md5.
Parameters
bytesBytes.
static string UniExtensions.MiscExtensionMethods.MD5 ( this string  text)
inlinestatic

MD5 Hex Digest of this string.

Returns
The md5.
Parameters
textText.
static void UniExtensions.MiscExtensionMethods.RC4 ( this byte[]  bytes,
string  skey 
)
inlinestatic

Encrypts and Decrypts a byte array.

Parameters
bytesBytes.
skeySkey.

The documentation for this class was generated from the following file: