Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class / RandomString Method
the length of the generated string
In This Topic
    RandomString Method
    In This Topic
    Generates a random string of given length
    Syntax
    public static string RandomString( 
       int size
    )

    Parameters

    size
    the length of the generated string

    Return Value

    A random string of given length
    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