Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class / Replace Method / Replace(String,String,String,StringComparison) Method
The string to modify
The old value to search for
The replacement value
The type of string comparision to use for matching
In This Topic
    Replace(String,String,String,StringComparison) Method
    In This Topic
    A fast, case-insensitive capable replacement for string.Replace
    Syntax

    Parameters

    input
    The string to modify
    oldValue
    The old value to search for
    newValue
    The replacement value
    comparisonType
    The type of string comparision to use for matching

    Return Value

    The modified string
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also