C# 클래스 NCore.StringExtensions

파일 보기 프로젝트 열기: danielwertheim/NCore

공개 메소드들

메소드 설명
AppendWith ( this value, string appendWith ) : string
EndsWithAny ( this value ) : bool
Inject ( this format ) : string
PrependWith ( this value, string prependWith ) : string
ToJoinedString ( this strings, string separator, string itemFormat ) : string
ToKeyValues ( this keyValueString, char pairDelim, char keyValueDelim ) : string>.IDictionary
ToStringOrNull ( this obj ) : string

메소드 상세

AppendWith() 공개 정적인 메소드

public static AppendWith ( this value, string appendWith ) : string
value this
appendWith string
리턴 string

EndsWithAny() 공개 정적인 메소드

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

Inject() 공개 정적인 메소드

public static Inject ( this format ) : string
format this
리턴 string

PrependWith() 공개 정적인 메소드

public static PrependWith ( this value, string prependWith ) : string
value this
prependWith string
리턴 string

ToJoinedString() 공개 정적인 메소드

public static ToJoinedString ( this strings, string separator, string itemFormat ) : string
strings this
separator string
itemFormat string
리턴 string

ToKeyValues() 공개 정적인 메소드

public static ToKeyValues ( this keyValueString, char pairDelim, char keyValueDelim ) : string>.IDictionary
keyValueString this
pairDelim char
keyValueDelim char
리턴 string>.IDictionary

ToStringOrNull() 공개 정적인 메소드

public static ToStringOrNull ( this obj ) : string
obj this
리턴 string