C# 클래스 formulate.core.Utilities.NumberUtility

Helps with numbers.
파일 보기 프로젝트 열기: rhythmagency/formulate

공개 메소드들

메소드 설명
AttemptParseInt ( string strInt ) : int?

Attempts to parse a string as an integer.

메소드 상세

AttemptParseInt() 공개 정적인 메소드

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