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

파일 보기 프로젝트 열기: mccalltd/MvcStarterTemplate

공개 메소드들

메소드 설명
FormatWith ( this s ) : string
HasNoValue ( this s ) : bool
HasValue ( this s ) : bool
ToWords ( this s ) : string
ValueOr ( this s, string defaultValue ) : string

메소드 상세

FormatWith() 공개 정적인 메소드

public static FormatWith ( this s ) : string
s this
리턴 string

HasNoValue() 공개 정적인 메소드

public static HasNoValue ( this s ) : bool
s this
리턴 bool

HasValue() 공개 정적인 메소드

public static HasValue ( this s ) : bool
s this
리턴 bool

ToWords() 공개 정적인 메소드

public static ToWords ( this s ) : string
s this
리턴 string

ValueOr() 공개 정적인 메소드

public static ValueOr ( this s, string defaultValue ) : string
s this
defaultValue string
리턴 string