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


In This Topic
    AlwaysConvert Class Members
    In This Topic

    The following tables list the members exposed by AlwaysConvert.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a bool. Default return value is false.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a byte. Default return value is 0.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a DateTime value.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a decimal. Default return value is 0.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a double. Default return value is 0.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to an enum of given type.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a Guid. Default return value is Guid.Empty.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to an int. Default return value is 0.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a short. Default return value is 0.  
    Public Methodstatic (Shared in Visual Basic)Parses the given input value and converts it to an array of ints assuming the input is a coma separated list of integers.  
    Public Methodstatic (Shared in Visual Basic) Makes sure an IP address is in valid IPV4 decimal dot notation  
    Public Methodstatic (Shared in Visual Basic) Converts an int array into a delimited string list  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a long. Default return value is 0.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses the given input value and converts it to a string. Default return value is string.Empty.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also