C# Класс ZetboxApp.Wizard.Helper

Показать файл Открыть проект

Открытые методы

Метод Описание
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