C# Class CodeBuilder.Util.StringExtension

Mostrar archivo Open project: xianrendzw/CodeBuilder

Public Methods

Method 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 method

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

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

LowerCamelCaseName() public static method

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

SingleQuoteToDoubleQuote() public static method

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

ToEmpty() public static method

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