C# Class CodeBuilder.Util.StringExtension

Afficher le fichier Open project: xianrendzw/CodeBuilder

Méthodes publiques

Méthode Description
CamelCaseName ( this str ) : string
FirstCharToLower ( this str ) : string
FirstCharToUpper ( this str ) : string
LowerCamelCaseName ( this str ) : string
SingleQuoteToDoubleQuote ( this str ) : string
ToEmpty ( this str ) : string

Method Details

CamelCaseName() public static méthode

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

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

LowerCamelCaseName() public static méthode

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

SingleQuoteToDoubleQuote() public static méthode

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

ToEmpty() public static méthode

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