Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class / InitialCase Method
The input string to process
In This Topic
    InitialCase Method
    In This Topic
    Capatilizes the first character of the words and lowers the remaining characters in the given input string.
    Syntax
    public static string InitialCase( 
       string phrase
    )

    Parameters

    phrase
    The input string to process

    Return Value

    The new string with initial character capatilized for words and subsequent characters lower-cased
    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