Text Class

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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

.NET Core

Supported in: 5.0+, 6.0+

In this article

Definition