C# 클래스 CodeBuilder.Util.StringExtension

파일 보기 프로젝트 열기: xianrendzw/CodeBuilder

공개 메소드들

메소드 설명
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