C# 클래스 Quilt4.Service.Business.RandomUtility

파일 보기 프로젝트 열기: Quilt4/Quilt4.Service

공개 메소드들

메소드 설명
GetRandomString ( int size, string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", CharInterval charInterval = null ) : string

메소드 상세

GetRandomString() 공개 정적인 메소드

public static GetRandomString ( int size, string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", CharInterval charInterval = null ) : string
size int
chars string
charInterval CharInterval
리턴 string