adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / StringUtil Class
Methods

In This Topic
    StringUtil Class Members
    In This Topic

    The following tables list the members exposed by StringUtil.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Appends a string to a StringBuilder, adding a separator if the StringBuilder is not empty.  
    Public Methodstatic (Shared in Visual Basic) Determines whether an array of strings contains the specified value.  
    Public Methodstatic (Shared in Visual Basic) Performs a case-insensitive comparison of two strings.  
    Public Methodstatic (Shared in Visual Basic) Returns the original string, or null if the source is empty, null, or whitespace.  
    Public Methodstatic (Shared in Visual Basic) Truncates a string to the specified length, optionally appending an ellipsis to the string to indicate that it has been truncated.  
    Public Methodstatic (Shared in Visual Basic) Converts a list of strings to a delimiter-separated string  
    Public Methodstatic (Shared in Visual Basic) Returns the original string, or an empty string if the source is null.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Performs a string replacement using the specified comparison operator (case-insensitive by default).  
    Public Methodstatic (Shared in Visual Basic) Tests whether a string starts with another string  
    Public Methodstatic (Shared in Visual Basic) Tests whether a string contains another string.  
    Public Methodstatic (Shared in Visual Basic) Removes newlines from a string, replacing them with ". "  
    Top
    See Also