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

Used for generating a unique string of the length specified
Afficher le fichier Open project: clover/remote-pay-windows

Méthodes publiques

Méthode Description
GenerateRandomString ( int length ) : string

Generates the random string.

Method Details

GenerateRandomString() public static méthode

Generates the random string.
public static GenerateRandomString ( int length ) : string
length int The length.
Résultat string