C# Class formulate.core.Utilities.NumberUtility

Helps with numbers.
Afficher le fichier Open project: rhythmagency/formulate

Méthodes publiques

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

Attempts to parse a string as an integer.

Method Details

AttemptParseInt() public static méthode

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