The HelpersExtensions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Append |
Appends the specified items to the string builder.
| |
AppendIndent(StringBuilder, Int32) |
Appends the specified indentation to the string builder.
| |
AppendIndent(StringBuilder, Int32, String) |
Appends the specified indentation to the string builder.
| |
FindByValue |
Searches the collection for a System.Web.UI.WebControls.ListItem with a System.Web.UI.WebControls.ListItem.Value property that contains the specified value.
| |
Join |
Joins the given list of values with a given separator.
| |
NewLine |
Adds the new line into the string builder in case there is already some content.
| |
NthIndexOf |
Finds index of nth occurrence of string.
| |
Truncate |
Truncates string to specified length.
| |
TryReadXml |
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.
|
See Also