StringBuilder¶
Represents a mutable string of characters.
StringBuilderObject.IsMultiline |
Determines whether the string is multi-line. |
StringBuilderObject.SplitIntoChars |
Split a string into collection of individual characters. |
StringBuilderObject.Unicode |
Returns Max Unicode integer value. |
StringBuilderObject.ReplaceLine (String, String) |
Returns a new string in which all lines containing specified string are replaced with another specified string. |
StringBuilderObject.TrimEndLetter |
Trim away non didgit letter at the end of string. |
StringBuilderObject.Prepend (String) |
Prepend. |
StringBuilderObject.Prepend (String, String) |
Prepend. |
StringBuilderObject.Split |
Split a string into a string list with the specified delimiter. |
StringBuilderObject.Split (String) |
Split a string into a string list with the specified delimiter. |
StringBuilderObject.Split (String, String) |
Split a string into a string list with the specified delimiter. |
StringBuilderObject.Tokenize |
Tokenizes a string. |
StringBuilderObject.Tokenize (String) |
Tokenizes a string. |
StringBuilderObject.TrimEnd |
Trims the end of the string. |
StringBuilderObject.TrimEnd (String) |
Trims the end of the string. |
StringBuilderObject.TrimStart |
Trims the start of the string. |
StringBuilderObject.TrimStart (String) |
Trims the start of the string. |
StringBuilderObject.Contains (String) |
Returns a value indicating whether the specified string occurs within this string. |
StringBuilderObject.AppendLine |
Appends a copy of the specified string followed by the default line terminator to the end of the current File or StringBuilder object. |
StringBuilderObject.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. |
StringBuilderObject.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. |
StringBuilderObject.PrependLine |
Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object. |
StringBuilderObject.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. |
StringBuilderObject.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. |
StringBuilderObject.SplitIntoLines |
SplitIntoLines. |
StringBuilderObject.SplitIntoLines (String) |
SplitIntoLines. |
StringBuilderObject.Length |
Reports the object’s length. |
StringBuilderObject.Trim |
Removes all leading and trailing white-space characters from the current System.String object. |
StringBuilderObject.Trim (String) |
Removes all leading and trailing white-space characters from the current System.String object. |
StringBuilderObject.EndsWith |
Determines whether the end of this string instance matches the specified string. |
StringBuilderObject.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. |
StringBuilderObject.Append (String) |
Appends a copy of the specified string to the end of the current File or StringBuilder object. |
StringBuilderObject.Append (String, String) |
Appends a copy of the specified string to the end of the current File or StringBuilder object. |
StringBuilderObject.Save (String) |
Saves the content of a file, by default it’s UTF8 text file. |
StringBuilderObject.Save (String, String) |
Saves the content of a file, by default it’s UTF8 text file. |
StringBuilderObject.RegionText |