Platform Core .NET Assemblies API
StringUtilities Class Members
See Also  Methods  Send Feedback
Terrasoft.Common Namespace : StringUtilities Class

Glossary Item Box

The following tables list the members exposed by StringUtilities.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)AppendIfNotEmptyAdds specified string to the current instance if it is not empty.  
Public Methodstatic (Shared in Visual Basic)BetweenReturns substring of source placed between startDelimiter and endDelimiter. When startDelimiter or endDelimiter not presented in source returns string.Empty.  
Public Methodstatic (Shared in Visual Basic)ChopOverloaded.   
Public Methodstatic (Shared in Visual Basic)CleanUpColumnNameClears the specified string from special characters.  
Public Methodstatic (Shared in Visual Basic)CompressCompresses (zips) the current instance.  
Public Methodstatic (Shared in Visual Basic)ConcatOverloaded.   
Public Methodstatic (Shared in Visual Basic)ConcatIfNotEmptyOverloaded.   
Public Methodstatic (Shared in Visual Basic)ConvertHtmlToPlainTextConverts html text html to plain text.  
Public Methodstatic (Shared in Visual Basic)DecompressUnzips the instance.  
Public Methodstatic (Shared in Visual Basic)DeleteWhiteSpacesDeletes white spaces from text.  
Public Methodstatic (Shared in Visual Basic)EnsureSemicolonAdds the ';’ character at the end of the current instance if the character is missing.  
Public Methodstatic (Shared in Visual Basic)EqualsIgnoreCaseDefines the equality of strings without case sensitivity.  
Public Methodstatic (Shared in Visual Basic)EscapeBackslashEscape backslash.  
Public Methodstatic (Shared in Visual Basic)EscapeSingleQuotesEscape single quotes.  
Public Methodstatic (Shared in Visual Basic)FormatByObjPropertiesFormats specified instance according to the specified properties.  
Public Methodstatic (Shared in Visual Basic)FormatForHtml  
Public Methodstatic (Shared in Visual Basic)FormatForJavaScriptConverts current instance to the JavaScript format.  
Public Methodstatic (Shared in Visual Basic)FormatFromJavaScriptConverts the current instance from JavaScript format to standard view.  
Public Methodstatic (Shared in Visual Basic)GenerateGuid  
Public Methodstatic (Shared in Visual Basic)GetHexHashCode  
Public Methodstatic (Shared in Visual Basic)GetValueFromQueryStringGets the value bu the specified key.  
Public Methodstatic (Shared in Visual Basic)IsNotNullOrEmptyChecks of the specified string is not null or empty.  
Public Methodstatic (Shared in Visual Basic)IsNotNullOrWhiteSpaceChecks if the specified string is not null, empty string or string that only contains spaces.  
Public Methodstatic (Shared in Visual Basic)IsNullOrEmptyChecks of the specified string is null or empty.  
Public Methodstatic (Shared in Visual Basic)IsNullOrWhiteSpaceChecks if the specified string is null, empty string or string that only contains spaces.  
Public Methodstatic (Shared in Visual Basic)IsNullOrWhiteSpacesChecks if the current System.Text.StringBuilder instance is null, empty string or string that only contains spaces.  
Public Methodstatic (Shared in Visual Basic)IsValidColumnNameDetermines whether the specified string is an acceptable column name.  
Public Methodstatic (Shared in Visual Basic)IsValidFileNameDetermines whether the specified string is a valid file name.  
Public Methodstatic (Shared in Visual Basic)IsValidGuidDetermines whether a string is an acceptable UId.  
Public Methodstatic (Shared in Visual Basic)IsValidIdentifierDetermines whether the specified string is a valid identifier.  
Public Methodstatic (Shared in Visual Basic)IsValidIdentifierOrEmptyDetermines whether the specified string is a valid identifier or empty.  
Public Methodstatic (Shared in Visual Basic)IsValidNameOrEmptyDetermines whether the specified string is a valid identifier or empty.  
Public Methodstatic (Shared in Visual Basic)IsValidPackageNameDetermines whether the specified string is a valid package name.  
Public Methodstatic (Shared in Visual Basic)IsValidPackageResourceNameDetermines whether the specified string is a valid package resource name.  
Public Methodstatic (Shared in Visual Basic)IsValidSqlScriptNameDetermines whether the specified string is a valid SQL script name.  
Public Methodstatic (Shared in Visual Basic)IsValidUsingNameDetermines whether the specified string is a valid using name.  
Public Methodstatic (Shared in Visual Basic)IsValidVersionDetermines whether the specified string is an acceptable version.  
Public Methodstatic (Shared in Visual Basic)LeftOfOverloaded.   
Public Methodstatic (Shared in Visual Basic)LeftOfRightmostOfOverloaded.   
Public Methodstatic (Shared in Visual Basic)RemoveDeletes specified character array from the current instance.  
Public Methodstatic (Shared in Visual Basic)RemoveSpecialCharactersRemoves special characters from a string.  
Public Methodstatic (Shared in Visual Basic)ReplaceOverloaded.   
Public Methodstatic (Shared in Visual Basic)ReplaceFirstInstanceOfReturns a new string in which first occurrence of a specified string in the current instance are replaced with another specified string.  
Public Methodstatic (Shared in Visual Basic)ReplaceInvalidXmlCharsReplaces xml invalid symbols.  
Public Methodstatic (Shared in Visual Basic)ReplaceLastInstanceOfReplaces last inclusion of the specified string with another string in the current instance.  
Public Methodstatic (Shared in Visual Basic)RightOfOverloaded.   
Public Methodstatic (Shared in Visual Basic)RightOfRightmostOfOverloaded.   
Public Methodstatic (Shared in Visual Basic)SplitToLinesSplits text to lines.  
Public Methodstatic (Shared in Visual Basic)ToCamelCaseGets a copy of the current instance converted according to the UpperCamelCase style.  
Public Methodstatic (Shared in Visual Basic)ToCharacterSeparatedFileNameGenerates file name based on the specified character string with the specified delimenter and file extension.  
Public Methodstatic (Shared in Visual Basic)ToJavaScriptEnumStyle  
Public Methodstatic (Shared in Visual Basic)ToLowerCamelCaseGets a copy of the current instance converted according to the lowerCamelCase style.  
Public Methodstatic (Shared in Visual Basic)ToNameValueCollectionConverts 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.  
Public Methodstatic (Shared in Visual Basic)ToStreamGets the value of the System.IO.Stream type for the current string source.  
Public Methodstatic (Shared in Visual Basic)Truncate  
Top

See Also

© Terrasoft 2002-2018.