Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class / Right Method
The input string
number of characters to extract from right
In This Topic
    Right Method
    In This Topic
    Get string from the end (right)
    Syntax
    public static string Right( 
       string input,
       int length
    )

    Parameters

    input
    The input string
    length
    number of characters to extract from right

    Return Value

    The extracted string from right
    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