C# 클래스 ZetboxApp.Wizard.Helper

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
CopyFolder ( string sourceFolder, string destFolder ) : void
CopyTo ( this src, System dest ) : void
FirstCharToLower ( this str ) : string
FirstCharToUpper ( this str ) : string

메소드 상세

CopyFolder() 공개 정적인 메소드

public static CopyFolder ( string sourceFolder, string destFolder ) : void
sourceFolder string
destFolder string
리턴 void

CopyTo() 공개 정적인 메소드

public static CopyTo ( this src, System dest ) : void
src this
dest System
리턴 void

FirstCharToLower() 공개 정적인 메소드

public static FirstCharToLower ( this str ) : string
str this
리턴 string

FirstCharToUpper() 공개 정적인 메소드

public static FirstCharToUpper ( this str ) : string
str this
리턴 string