|
static void | CreateKey (string hashedAddr, string data) |
|
static string | Encrypt (string toEncrypt, string key) |
|
static string | GetMacAddress () |
| returns the mac address of the NIC with max speed. More...
|
|
static MemoryStream | GetStreamValue (object obj) |
| A method that will update the value of streamOfUnAlteredObject with that of the inputed object's serialzied stream value. This method is usually used to set or refresh the value of streamOfUnAlteredObject. More...
|
|
static string | IntToColumnLetters (int colIndex) |
| Converts a number in base 10 to one in base 26 [A-Z]* More...
|
|
static bool | isEmail (string inputEmail) |
|
static bool | IsIdentical (Image img1, Image img2) |
|
static bool | streamsEqual (this MemoryStream stream1, MemoryStream stream2) |
|
static bool | ValidateKey (FileInfo registrationFile) |
|
static string ToolsData.GetMacAddress |
( |
| ) |
|
|
static |
returns the mac address of the NIC with max speed.
- Returns
static MemoryStream ToolsData.GetStreamValue |
( |
object |
obj | ) |
|
|
static |
A method that will update the value of streamOfUnAlteredObject with that of the inputed object's serialzied stream value. This method is usually used to set or refresh the value of streamOfUnAlteredObject.
- Parameters
-
static string ToolsData.IntToColumnLetters |
( |
int |
colIndex | ) |
|
|
static |
Converts a number in base 10 to one in base 26 [A-Z]*
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- C:/Users/ddieffenthaler/Desktop/SVN/source/greet-dev/main/Model/Public/ToolsData.cs