C# Class Netsy.Helpers.IntHelpers

Helper methods for integers
Show file Open project: AnthonySteele/Netsy

Public Methods

Method Description
ParseIntNullable ( this value ) : int?

Extension method to parse a string into a nullable int

Method Details

ParseIntNullable() public static method

Extension method to parse a string into a nullable int
public static ParseIntNullable ( this value ) : int?
value this the string to parse
return int?