C# Class Rhythm.Extensions.Utilities.ParseUtility

Utility to assist with parsing.
Mostrar archivo Open project: rhythmagency/rhythm.umbraco.extensions

Public Methods

Method Description
AttemptParseInt ( string str ) : int?

Attempts to parse an integer.

Method Details

AttemptParseInt() public static method

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