C# 클래스 NCop.Core.Extensions.StringExtensions

파일 보기 프로젝트 열기: sagifogel/NCop

공개 메소드들

메소드 설명
Fmt ( this value ) : string
IsNotNullOrEmpty ( this value ) : bool
IsNullOrEmpty ( this value ) : bool
ToCamelCase ( this value ) : string
ToLowercaseUnderscore ( this value ) : string

메소드 상세

Fmt() 공개 정적인 메소드

public static Fmt ( this value ) : string
value this
리턴 string

IsNotNullOrEmpty() 공개 정적인 메소드

public static IsNotNullOrEmpty ( this value ) : bool
value this
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( this value ) : bool
value this
리턴 bool

ToCamelCase() 공개 정적인 메소드

public static ToCamelCase ( this value ) : string
value this
리턴 string

ToLowercaseUnderscore() 공개 정적인 메소드

public static ToLowercaseUnderscore ( this value ) : string
value this
리턴 string