C# Class ZetboxApp.Wizard.Helper

显示文件 Open project: daszat/zetbox

Public Methods

Method Description
CopyFolder ( string sourceFolder, string destFolder ) : void
CopyTo ( this src, System dest ) : void
FirstCharToLower ( this str ) : string
FirstCharToUpper ( this str ) : string

Method Details

CopyFolder() public static method

public static CopyFolder ( string sourceFolder, string destFolder ) : void
sourceFolder string
destFolder string
return void

CopyTo() public static method

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

FirstCharToLower() public static method

public static FirstCharToLower ( this str ) : string
str this
return string

FirstCharToUpper() public static method

public static FirstCharToUpper ( this str ) : string
str this
return string