Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class
Methods


In This Topic
    StringHelper Class Members
    In This Topic

    The following tables list the members exposed by StringHelper.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) allows only the specified characters to be returned  
    Public Methodstatic (Shared in Visual Basic) Calculates MD5 has for the given input string  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Cleans up special characters from the given input string  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Helps you escpae special characters in search keywords  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Converts a string input into a SQL search pattern.  
    Public Methodstatic (Shared in Visual Basic) Capatilizes the first character of the words and lowers the remaining characters in the given input string.  
    Public Methodstatic (Shared in Visual Basic) Convert an account number into a reference number.  
    Public Methodstatic (Shared in Visual Basic) Generates a random number with given number of digits  
    Public Methodstatic (Shared in Visual Basic) Generates a random string of given length  
    Public Methodstatic (Shared in Visual Basic) Removes the given characters from the input string  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Removes special characters for the input string. Non ASCII characters are considered special.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Replaces old string with new string in a given input  
    Public Methodstatic (Shared in Visual Basic) Get string from the end (right)  
    Public Methodstatic (Shared in Visual Basic) Returns a string that escapes single quotes in the input string  
    Public Methodstatic (Shared in Visual Basic) Converts camel cased text to spaced text. e.g; converts "HelloThisIsCamelCaseString" to "Hello This Is Camel Case String"  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Split a string on the given string separator  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Strips the HTML tags from the input string.  
    Public Methodstatic (Shared in Visual Basic) Strips the *, ? wildcard characters from the start of the input string.  
    Public Methodstatic (Shared in Visual Basic) Limits an input string to the specified length.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also