StringUtilities - класс Члены Смотри также Terrasoft.Common - пространство имен : StringUtilities - класс C#
Glossary Item Box
[Extension()] public static class StringUtilities
Тип StringUtilities предоставляет следующие члены.
Имя | Описание | |
---|---|---|
AppendIfNotEmpty | Appends the specified string to the specified instance if the instance is not empty. | |
Between | Returns the substring located between the two separators. | |
Chop | Перегружен. | |
CleanUpColumnName | Deletes the specified string from the special characters. | |
Compress | Compresses (zips) this instance. | |
Concat | Перегружен. | |
ConcatIfNotEmpty | Перегружен. | |
Decompress | Unzips this instance. | |
EnsureSemicolon | Adds the ';' character to the end of this instance if this character is missing. | |
EqualsIgnoreCase | Determines if the strings are equal not counting capitalization. | |
FormatByObjProperties | Formats this instance according to the specified properties. | |
FormatForHtml | ||
FormatForJavaScript | Formats the current instance according to the JavaScript format. | |
FormatFromJavaScript | Formats the current instance from the JavaScript to the standard view. | |
GetHexHashCode | ||
GetValueFromQueryString | Gets value by the specified key. | |
IsValidColumnName | Determines whether the specified string is an acceptable column name. | |
IsValidGuid | Determines whether the string is an acceptable unique identifier. | |
IsValidIdentifier | Determines whether the specified string is an acceptable identifier. | |
IsValidIdentifierOrEmpty | Determines whether the specified string is a valid identifier or empty. | |
LeftOf | Перегружен. | |
LeftOfRightmostOf | Перегружен. | |
Remove | Deletes the specified character array from this instance. | |
Replace | Перегружен. | |
ReplaceLastInstanceOf | Replaces the last occurrence of the specified string in this instance with a different specified string. | |
RightOf | Перегружен. | |
RightOfRightmostOf | Перегружен. | |
ToCamelCase | Gets a copy of this instance converted according to the UpperCamelCase style. | |
ToCharacterSeparatedFileName | Generates the name of a file based on the character string with the specidied delimiter and file extension. | |
ToJavaScriptEnumStyle | ||
ToLowerCamelCase | Gets a copy of this instance converted according to the lowerCamelCase style. | |
ToNameValueCollection | Converts this instance to the System.Collections.Specialized.NameValueCollection type that is a collection of associated System.String keys and System.String values, access to which can be accessed either with the key or with the index. | |
ToStream | Gets the value of the System.IO.Stream type of the source string. | |
Truncate |
System.Object
Terrasoft.Common.StringUtilities