The following tables list the members exposed by StringUtilities.
Name | Description | |
---|---|---|
AppendIfNotEmpty | Adds specified string to the current instance if it is not empty. | |
Between | Returns substring of source placed between startDelimiter and endDelimiter. When startDelimiter or endDelimiter not presented in source returns string.Empty . | |
Chop | Overloaded. | |
CleanUpColumnName | Clears the specified string from special characters. | |
Compress | Compresses (zips) the current instance. | |
Concat | Overloaded. | |
ConcatIfNotEmpty | Overloaded. | |
ConvertHtmlToPlainText | Converts html text html to plain text. | |
Decompress | Unzips the instance. | |
DeleteWhiteSpaces | Deletes white spaces from text. | |
EnsureSemicolon | Adds the ';’ character at the end of the current instance if the character is missing. | |
EqualsIgnoreCase | Defines the equality of strings without case sensitivity. | |
EscapeBackslash | Escape backslash. | |
EscapeSingleQuotes | Escape single quotes. | |
FormatByObjProperties | Formats specified instance according to the specified properties. | |
FormatForHtml | ||
FormatForJavaScript | Converts current instance to the JavaScript format. | |
FormatFromJavaScript | Converts the current instance from JavaScript format to standard view. | |
GenerateGuid | ||
GetHexHashCode | ||
GetValueFromQueryString | Gets the value bu the specified key. | |
IsNotNullOrEmpty | Checks of the specified string is not null or empty. | |
IsNotNullOrWhiteSpace | Checks if the specified string is not null , empty string or string that only contains spaces. | |
IsNullOrEmpty | Checks of the specified string is null or empty. | |
IsNullOrWhiteSpace | Checks if the specified string is null , empty string or string that only contains spaces. | |
IsNullOrWhiteSpaces | Checks if the current System.Text.StringBuilder instance is null , empty string or string that only contains spaces. | |
IsValidColumnName | Determines whether the specified string is an acceptable column name. | |
IsValidFileName | Determines whether the specified string is a valid file name. | |
IsValidGuid | Determines whether a string is an acceptable UId. | |
IsValidIdentifier | Determines whether the specified string is a valid identifier. | |
IsValidIdentifierOrEmpty | Determines whether the specified string is a valid identifier or empty. | |
IsValidNameOrEmpty | Determines whether the specified string is a valid identifier or empty. | |
IsValidPackageName | Determines whether the specified string is a valid package name. | |
IsValidPackageResourceName | Determines whether the specified string is a valid package resource name. | |
IsValidSqlScriptName | Determines whether the specified string is a valid SQL script name. | |
IsValidUsingName | Determines whether the specified string is a valid using name. | |
IsValidVersion | Determines whether the specified string is an acceptable version. | |
LeftOf | Overloaded. | |
LeftOfRightmostOf | Overloaded. | |
Remove | Deletes specified character array from the current instance. | |
RemoveSpecialCharacters | Removes special characters from a string. | |
Replace | Overloaded. | |
ReplaceFirstInstanceOf | Returns a new string in which first occurrence of a specified string in the current instance are replaced with another specified string. | |
ReplaceInvalidXmlChars | Replaces xml invalid symbols. | |
ReplaceLastInstanceOf | Replaces last inclusion of the specified string with another string in the current instance. | |
RightOf | Overloaded. | |
RightOfRightmostOf | Overloaded. | |
SplitToLines | Splits text to lines. | |
ToCamelCase | Gets a copy of the current instance converted according to the UpperCamelCase style. | |
ToCharacterSeparatedFileName | Generates file name based on the specified character string with the specified delimenter and file extension. | |
ToJavaScriptEnumStyle | ||
ToLowerCamelCase | Gets a copy of the current instance converted according to the lowerCamelCase style. | |
ToNameValueCollection | Converts the specified instance to the System.Collections.Specialized.NameValueCollection type that is a collection of connected System.String keys and System.String values that can be accessed using a key or an index. | |
ToStream | Gets the value of the System.IO.Stream type for the current string source. | |
Truncate |