|
static byte[] | CombineBytes (byte[] arr1, byte[] arr2, byte[] arr3=null, byte[] arr4=null, byte[] arr5=null) |
|
static string | CalculateMD5Hash (string input) |
|
static string | ToRoman (int number) |
|
static int | GetDJB2 (string str) |
|
static byte[] | SerializeObjectAsJson (object o) |
|
static string | SerializeObjectAsJsonString (object o) |
|
static T | DeserializeObjectFromJson< T > (string json) |
|
static byte[] | SerializeObject (Object sObject) |
|
static Object | DeserializeObject (byte[] serializeData) |
|
static Object | DeserializeObject (byte[] serializeData, int index, int length) |
|
static byte[] | FromUrlSafeBase64 (string base64) |
|
static Type | FindType (string typeName) |
|
static void | MemoryCleanupGC (bool forceTimer=false) |
|
static object | DynamicInvokeWithLog (this Delegate method, params object[] args) |
|
static object | InvokeWithLog (this MethodInfo methodInfo, object obj, params object[] args) |
|
static object | InvokeWithLog (this ConstructorInfo constructorInfo, params object[] args) |
|
static bool | TextContainsSpecialCharacters (string text) |
|
static uint | ParseIpAddress (string address) |
|
static bool | IsAllLetters (string text) |
|
static bool | IsAllLettersOrWhiteSpaces (string text) |
|
static bool | IsCharAsian (char character) |
|
static void | SetInvariantCulture () |
|
static MethodInfo | GetMethodInfo (Expression< Action > expression) |
|
static MethodInfo | GetMethodInfo< T > (Expression< Action< T > > expression) |
|
static MethodInfo | GetMethodInfo< T, TResult > (Expression< Func< T, TResult > > expression) |
|
static MethodInfo | GetMethodInfo (LambdaExpression expression) |
|