C# 클래스 com.clover.remotepay.sdk.ExternalIDUtil

Used for generating a unique string of the length specified
파일 보기 프로젝트 열기: clover/remote-pay-windows

공개 메소드들

메소드 설명
GenerateRandomString ( int length ) : string

Generates the random string.

메소드 상세

GenerateRandomString() 공개 정적인 메소드

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