C# Класс CodeBuilder.Util.StringExtension

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

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

Метод Описание
CamelCaseName ( this str ) : string
FirstCharToLower ( this str ) : string
FirstCharToUpper ( this str ) : string
LowerCamelCaseName ( this str ) : string
SingleQuoteToDoubleQuote ( this str ) : string
ToEmpty ( this str ) : string

Описание методов

CamelCaseName() публичный статический Метод

public static CamelCaseName ( this str ) : string
str this
Результат string

FirstCharToLower() публичный статический Метод

public static FirstCharToLower ( this str ) : string
str this
Результат string

FirstCharToUpper() публичный статический Метод

public static FirstCharToUpper ( this str ) : string
str this
Результат string

LowerCamelCaseName() публичный статический Метод

public static LowerCamelCaseName ( this str ) : string
str this
Результат string

SingleQuoteToDoubleQuote() публичный статический Метод

public static SingleQuoteToDoubleQuote ( this str ) : string
str this
Результат string

ToEmpty() публичный статический Метод

public static ToEmpty ( this str ) : string
str this
Результат string