C# Class Rhythm.Extensions.Utilities.ParseUtility

Utility to assist with parsing.
Afficher le fichier Open project: rhythmagency/rhythm.umbraco.extensions

Méthodes publiques

Méthode Description
AttemptParseInt ( string str ) : int?

Attempts to parse an integer.

Method Details

AttemptParseInt() public static méthode

Attempts to parse an integer.
public static AttemptParseInt ( string str ) : int?
str string /// The string to parse. ///
Résultat int?