C# 클래스 NntpClient.Extensions.StringExtensions

Provides additional string methods
파일 보기 프로젝트 열기: strider-/NntpClient

공개 메소드들

메소드 설명
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