Click or drag to resize
DigitalRuneStringBuilderExtensions Methods

The StringBuilderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppend
Appends a copy of a string builder to the end of the string builder.
Public methodStatic memberAppendNumber(StringBuilder, Int32)
Converts an integer number to a string and adds it to string builder.
Public methodStatic memberAppendNumber(StringBuilder, Single)
Converts a float number to a string and adds it to the string builder.
Public methodStatic memberAppendNumber(StringBuilder, Int32, AppendNumberOptions)
Converts an integer number to a string and adds it to the string builder.
Public methodStatic memberAppendNumber(StringBuilder, Single, AppendNumberOptions)
Converts a float number to a string and adds it to the string builder.
Public methodStatic memberAppendNumber(StringBuilder, Single, Int32, AppendNumberOptions)
Converts a float number to a string and adds it to the string builder.
Top
See Also