C# Class com.clover.remotepay.sdk.ExternalIDUtil

Used for generating a unique string of the length specified
Mostra file Open project: clover/remote-pay-windows

Public Methods

Method Description
GenerateRandomString ( int length ) : string

Generates the random string.

Method Details

GenerateRandomString() public static method

Generates the random string.
public static GenerateRandomString ( int length ) : string
length int The length.
return string