C# Class NntpClient.Extensions.StringExtensions

Provides additional string methods
Mostrar archivo Open project: strider-/NntpClient

Public Methods

Method Description
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.

Method Details

AsInt32() public static method

Converts a string into an int32 value.
public static AsInt32 ( this str ) : int
str this string to convert
return int

WithoutBrackets() public static method

Trims angled brackets from the start and end of a string.
public static WithoutBrackets ( this str ) : string
str this
return string