C# Класс Glass.Imaging.Core.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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?