C# 클래스 Glass.Imaging.Core.StringExtensions

파일 보기 프로젝트 열기: SuperJMN/Glass

공개 메소드들

메소드 설명
CollapseSpaces ( this value ) : string
GetChunks ( this str ) : IEnumerable
RemoveDiacritics ( this str ) : string
ToInt32 ( this str ) : int
Truncate ( this str, int length ) : string
TryParseToInt32 ( this str ) : int?

메소드 상세

CollapseSpaces() 공개 정적인 메소드

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

GetChunks() 공개 정적인 메소드

public static GetChunks ( this str ) : IEnumerable
str this
리턴 IEnumerable

RemoveDiacritics() 공개 정적인 메소드

public static RemoveDiacritics ( this str ) : string
str this
리턴 string

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this str ) : int
str this
리턴 int

Truncate() 공개 정적인 메소드

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

TryParseToInt32() 공개 정적인 메소드

public static TryParseToInt32 ( this str ) : int?
str this
리턴 int?