C# 클래스 Netsy.Helpers.IntHelpers

Helper methods for integers
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

메소드 설명
ParseIntNullable ( this value ) : int?

Extension method to parse a string into a nullable int

메소드 상세

ParseIntNullable() 공개 정적인 메소드

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