C# Class formulate.core.Utilities.NumberUtility

Helps with numbers.
Exibir arquivo Open project: rhythmagency/formulate

Public Methods

Method Description
AttemptParseInt ( string strInt ) : int?

Attempts to parse a string as an integer.

Method Details

AttemptParseInt() public static method

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