[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents a mutable string of characters [Property] Constructor=Sets the Constructor of the StringBuilder class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4,Constructor5,Constructor6 @Capacity=Sets the maximum number of characters that can be contained in the memory allocated by the current instance. ARG(int)|1|0 @Length=Sets the length of the current StringBuilder object. ARG(int)|1|0 +Default=Sets the string used to initialize the value of the instance. If value is empty, the new StringBuilder will contain the empty string (that is, it contains Empty). ARG(string)|2| Format=A composite format string. The syntax of a format item is as follows: {index[, length][: formatString]}. ARG(string)|2| [Methods] doAppend=Appends a specified substrings to the end of this instance. ARG(Object Value)|1|0 *doAppendFormat=Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a single argument.ARG(string format, Object arg0)|1|0 *doAppendFormat2=Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array.ARG(string format, params Object[] args)|1|0 *doAppendFormat3=Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array using a specified format provider.ARG(IFormatProvider provider, string format, params Object[] args)|1|0 *doAppendFormat4=Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of two arguments.ARG(string format, Object arg0, Object arg1)|1|0 *doAppendFormat5=Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of three arguments.ARG(string format, Object arg0, Object arg1, Object arg2)|1|0 *doAppendLine=Appends the default line terminator to the end of the current StringBuilder object. ARG()|1|0 *doAppendLine2=Appends a copy of the specified string followed by the default line terminator to the end of the current StringBuilder object. ARG(string Value)|1|0 *doClear=Removes all characters from the current StringBuilder instance. ARG()|1|0 *doEnsureCapacity=Ensures that the capacity of this instance of StringBuilder is at least the specified value. ARG(int size)|1|0 *doConstructor=Initializes a new instance of the StringBuilder class. ARG()|1|0 *doConstructor2=Initializes a new instance of the StringBuilder class using the specified capacity. ARG(int size)|1|0 *doConstructor3=Initializes a new instance of the StringBuilder class using the specified string. ARG(string Default)|1|0 *doConstructor4=Initializes a new instance of the StringBuilder class that starts with a specified capacity and can grow to a specified maximum. ARG(int size, int maxSize)|1|0 *doConstructor5=Initializes a new instance of the StringBuilder class using the specified string and capacity. ARG(string Default, int size)|1|0 *doConstructor6=Initializes a new instance of the StringBuilder class from the specified substring and capacity. ARG(string Default, int index, int count, int size)|1|0 *doInsert=Inserts the string representation of an object into this instance at the specified character position. ARG(int index, Object value)|1|0 *doRemove=Removes the specified range of characters from this instance.ARG(int index, int count)|1|0 *doReplace=Replaces all occurrences of a specified string in this instance with another specified string.ARG(string oldValue, string newValue)|1|0 *doReplace2=Replaces, within a substring of this instance, all occurrences of a specified string with another specified string.ARG(string oldValue, string newValue, int index, int count)|1|0 onResult=Occurs after building and returns the result. ARG(StringBuilder)|2|0 *onEnsureCapacity=Occurs after invoke the method doEnsureCapacity and returns the result. ARG(int)|2|1 StringBuilder=Returns the building object. ARG(StringBuilder)|3|0 ToString=Converts the value of this instance to a String. ARG(string)|3|2 *Capacity=Returns the maximum number of characters that can be contained in the memory allocated by the current instance. ARG(int)|3|1 *Chars=Returns the character at the specified position in this instance. ARG(char)|3|106 *Length=Returns the length of the current StringBuilder object. ARG(int)|3|1 *MaxCapacity=Returns the maximum capacity of this instance. ARG(int)|3|1 *arg0=An object to format. ARG(Object)|4|0 *arg1=The second object to format. ARG(Object)|4|0 *arg2=The third object to format. ARG(Object)|4|0 *args=An array of objects to format. ARG(Object[])|4|13 *Format=A composite format string. ARG(string)|4|2 *index=The position in this instance. ARG(int)|4|1 *maxSize=The maximum number of characters the current string can contain. ARG(int)|4|1 *newValue=The string that replaces oldValue, or null. ARG(string)|4|2 *oldValue=The string to replace. ARG(string)|4|2 *provider=An object that supplies culture-specific formatting information. ARG(IFormatProvider)|4|0 *size=The suggested starting size of this instance. ARG(int)|4|1 *startIndex=The position within value where the substring begins. ARG(int)|4|1 *count=The number of characters to operate. ARG(int)|4|1 Value=Defines the object to operate. ARG(Object)|4|0