Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class / SpaceName Method
input camel-cased string
In This Topic
    SpaceName Method
    In This Topic
    Converts camel cased text to spaced text. e.g; converts "HelloThisIsCamelCaseString" to "Hello This Is Camel Case String"
    Syntax
    public static string SpaceName( 
       string camelCasedName
    )

    Parameters

    camelCasedName
    input camel-cased string

    Return Value

    A string with spaces
    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