String

String.

StringObject.DoubleSinglequotes

Convert single quotes to double quotes.

StringObject.IsMultiline

Determines whether the string is multi-line.

StringObject.SplitIntoChars

Split a string into collection of individual characters.

StringObject.UndoubleSinglequotes

Convert double quotes to single quotes.

StringObject.Unicode

Returns Max Unicode integer value.

StringObject.ReplaceLine (String, String)

Returns a new string in which all lines containing specified string are replaced with another specified string.

StringObject.TrimEndLetter

Trim away non didgit letter at the end of string.

StringObject.Prepend (String)

Prepend.

StringObject.Prepend (String, String)

Prepend.

StringObject.Split

Split a string into a string list with the specified delimiter.

StringObject.Split (String)

Split a string into a string list with the specified delimiter.

StringObject.Split (String, String)

Split a string into a string list with the specified delimiter.

StringObject.HtmlDecode

HtmlDecode.

StringObject.LeftPadding

LeftPadding.

StringObject.HtmlEncode

HtmlEncode.

StringObject.Tokenize

Tokenizes a string.

StringObject.Tokenize (String)

Tokenizes a string.

StringObject.TrimEnd

Trims the end of the string.

StringObject.TrimEnd (String)

Trims the end of the string.

StringObject.TrimStart

Trims the start of the string.

StringObject.TrimStart (String)

Trims the start of the string.

StringObject.ReplaceInvalidFileNameChars (String)

ReplaceInvalidFileNameChars

StringObject.Contains (String)

Returns a value indicating whether the specified string occurs within this string.

StringObject.AppendLine

Appends a copy of the specified string followed by the default line terminator to the end of the current File or StringBuilder object.

StringObject.AppendLine (String)

Appends a copy of the specified string followed by the default line terminator to the end of the current File or StringBuilder object.

StringObject.AppendLine (String, String)

Appends a copy of the specified string followed by the default line terminator to the end of the current File or StringBuilder object.

StringObject.PrependLine

Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object.

StringObject.PrependLine (String)

Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object.

StringObject.PrependLine (String, String)

Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object.

StringObject.NameWithoutExtension

Returns the file name without it’s file extension.

StringObject.Sha512

Returns the result of Sha512 hash value string of the object.

StringObject.Sha512 (Integer)

Returns the result of Sha512 hash value string of the object.

StringObject.Sha256

Returns the result of Sha256 hash value string of the object.

StringObject.Sha256 (Integer)

Returns the result of Sha256 hash value string of the object.

StringObject.SplitIntoLines

SplitIntoLines.

StringObject.SplitIntoLines (String)

SplitIntoLines.

StringObject.UndoubleQuotes

Undouble quotes a string.

StringObject.DoubleQuotes

DoubleQuotes.

StringObject.LastIndexOf

Reports the zero-based index position of the last occurrence of a specified string within this instance.

StringObject.PadRight (Integer)

Returns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length.

StringObject.PadRight (Integer, String)

Returns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length.

StringObject.PadLeft (Integer)

Returns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length.

StringObject.PadLeft (Integer, String)

Returns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length.

StringObject.Length

Reports the object’s length.

StringObject.Trim

Removes all leading and trailing white-space characters from the current System.String object.

StringObject.Trim (String)

Removes all leading and trailing white-space characters from the current System.String object.

StringObject.IndexOf (String)

Reports the zero-based index of the first occurrence of the specified string in this string.

StringObject.IndexOf (String, Integer)

Reports the zero-based index of the first occurrence of the specified string in this string.

StringObject.StartsWith

StartsWith.

StringObject.EndsWith

Determines whether the end of this string instance matches the specified string.

StringObject.Replace (String, String)

Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string.

StringObject.ToCamel

Changes the first letter of every word to be in upper case.

StringObject.ToLower

Changes the letters to be in lower case.

StringObject.ToUpper

Changes the letters to be in upper case.

StringObject.ReplaceVars

Replace variables embedded in literals or strings.

StringObject.ReplaceVars (String)

Replace variables embedded in literals or strings.

StringObject.Append (String)

Appends a copy of the specified string to the end of the current File or StringBuilder object.

StringObject.Append (String, String)

Appends a copy of the specified string to the end of the current File or StringBuilder object.

StringObject.Sha1

Returns the result of Sha1 hash value string of the object.

StringObject.Sha1 (Integer)

Returns the result of Sha1 hash value string of the object.

StringObject.MD5

Returns the result of MD5 hash value string of the object.

StringObject.MD5 (Integer)

Returns the result of MD5 hash value string of the object.

StringObject.Save (String)

Saves the content of a file, by default it’s UTF8 text file.

StringObject.Save (String, String)

Saves the content of a file, by default it’s UTF8 text file.

StringObject.RegionText

StringObject.Substring (String, String)

Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.