C# Класс NntpClient.Extensions.StringExtensions

Provides additional string methods
Показать файл Открыть проект

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

Метод Описание
AsInt32 ( this str ) : int

Converts a string into an int32 value.

WithoutBrackets ( this str ) : string

Trims angled brackets from the start and end of a string.

Описание методов

AsInt32() публичный статический Метод

Converts a string into an int32 value.
public static AsInt32 ( this str ) : int
str this string to convert
Результат int

WithoutBrackets() публичный статический Метод

Trims angled brackets from the start and end of a string.
public static WithoutBrackets ( this str ) : string
str this
Результат string