Text Class
Name | Description | |
---|---|---|
ContainsNumbersLatters(string) | Contains the numbers latters. | |
ContainsOnlyLatters(string) | Contains the only latters. | |
ContainsOnlyNumbers(string) | Contains the only numbers. | |
ContainsSpaces(string) | Contains the spaces. | |
ContainsSymbols(string) | Contains the symbols. | |
ConvertListToString(List<String>) | Converts the list to string (space is used as separator). | |
ConvertNumberToHexD(double) | Converts the number to HEX (double). | |
ConvertNumberToHexI(int) | Converts the number to HEX (int32). | |
DateAsLongDate(DateTime) | Converts the date to long date. | |
DateAsLongTime(DateTime) | Converts the date to long time. | |
DateAsMonth(DateTime) | Converts the date to month. | |
DateAsShortDate(DateTime) | Converts the date to short date. | |
DateAsShortTime(DateTime) | Converts the date to short time. | |
DateAsYear(DateTime) | Converts the date to year. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (inherited from Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | |
FixDeEncoding(string) | Fixes the de-encoding. | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object). | |
GetType | Gets the Type of the current instance. (inherited from Object). | |
IsValidCardNumber(string) | Are the valid card number. | |
ListAddStringsToList(List<String>, string[]) | Lists the add strings to list. | |
ListContainsString(List<String>, string) | Lists the contains string. | |
ListRemoveStringsFromList(List<String>, string[]) | Lists the remove strings from list. | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
NumberAsPercentD(double) | Gets the number as percent (double). | |
NumberAsPercentI(int) | Gets the number as percent (int32). | |
RandomChars(int) | Randoms the chars. | |
RandomNums(int) | Randoms the nums. | |
ReplacerMonster(string, List<String>, List<String>, int) | Replacers the monster. | |
SizeSuffix(long) | Gives a suffix to the file size for output. | |
ToString | Returns a string that represents the current object. (inherited from Object). |
Name | Description | |
---|---|---|
GenerateGuid | Generate the GUID. | |
SizeSuffixes | Possible size suffixes. |
VitNX3.Functions.Data.Text