C# Class NntpClient.Extensions.StringExtensions

Provides additional string methods
Afficher le fichier Open project: strider-/NntpClient

Méthodes publiques

Méthode 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 méthode

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

WithoutBrackets() public static méthode

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