Click or drag to resize
HelpersExtensions Methods

The HelpersExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppend
Appends the specified items to the string builder.
Public methodStatic memberAppendIndent(StringBuilder, Int32)
Appends the specified indentation to the string builder.
Public methodStatic memberAppendIndent(StringBuilder, Int32, String)
Appends the specified indentation to the string builder.
Public methodStatic memberFindByValue
Searches the collection for a System.Web.UI.WebControls.ListItem with a System.Web.UI.WebControls.ListItem.Value property that contains the specified value.
Public methodStatic memberJoin
Joins the given list of values with a given separator.
Public methodStatic memberNewLine
Adds the new line into the string builder in case there is already some content.
Public methodStatic memberNthIndexOf
Finds index of nth occurrence of string.
Public methodStatic memberTruncate
Truncates string to specified length.
Public methodStatic memberTryReadXml
Tries to read xml and load the data from it to the DataSet via standard .NET method. If the load fails, it removes all the forbidden whitespace charactes and tries it again.
Top
See Also