C# 클래스 Bender.Extensions.StringExtensions

파일 보기 프로젝트 열기: mikeobrien/Bender

공개 메소드들

메소드 설명
GetArticle ( this value ) : string
IgnoreCase ( this comparison ) : bool
IsEmpty ( this value ) : bool
IsNullOrEmpty ( this value ) : bool
RemoveNewLines ( this value ) : string
ToCamelCase ( this value ) : string
ToComparer ( this comparison ) : IComparer
ToFormat ( this value ) : string
ToInitialCaps ( this value ) : string
ToLower ( this value ) : string
ToSeparatedCase ( this value, bool lower, string seperator ) : string
ToStream ( this value, Encoding encoding = null ) : Stream
Truncate ( this value, int length ) : string
WriteToStream ( this value, Stream stream, Encoding encoding = null ) : void

메소드 상세

GetArticle() 공개 정적인 메소드

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

IgnoreCase() 공개 정적인 메소드

public static IgnoreCase ( this comparison ) : bool
comparison this
리턴 bool

IsEmpty() 공개 정적인 메소드

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

IsNullOrEmpty() 공개 정적인 메소드

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

RemoveNewLines() 공개 정적인 메소드

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

ToCamelCase() 공개 정적인 메소드

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

ToComparer() 공개 정적인 메소드

public static ToComparer ( this comparison ) : IComparer
comparison this
리턴 IComparer

ToFormat() 공개 정적인 메소드

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

ToInitialCaps() 공개 정적인 메소드

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

ToLower() 공개 정적인 메소드

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

ToSeparatedCase() 공개 정적인 메소드

public static ToSeparatedCase ( this value, bool lower, string seperator ) : string
value this
lower bool
seperator string
리턴 string

ToStream() 공개 정적인 메소드

public static ToStream ( this value, Encoding encoding = null ) : Stream
value this
encoding System.Text.Encoding
리턴 Stream

Truncate() 공개 정적인 메소드

public static Truncate ( this value, int length ) : string
value this
length int
리턴 string

WriteToStream() 공개 정적인 메소드

public static WriteToStream ( this value, Stream stream, Encoding encoding = null ) : void
value this
stream Stream
encoding System.Text.Encoding
리턴 void