C# Class ZetboxApp.Wizard.Helper

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode 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 méthode

public static CopyFolder ( string sourceFolder, string destFolder ) : void
sourceFolder string
destFolder string
Résultat void

CopyTo() public static méthode

public static CopyTo ( this src, System dest ) : void
src this
dest System
Résultat void

FirstCharToLower() public static méthode

public static FirstCharToLower ( this str ) : string
str this
Résultat string

FirstCharToUpper() public static méthode

public static FirstCharToUpper ( this str ) : string
str this
Résultat string