C# 클래스 Rhythm.Extensions.Utilities.ParseUtility

Utility to assist with parsing.
파일 보기 프로젝트 열기: rhythmagency/rhythm.umbraco.extensions

공개 메소드들

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

Attempts to parse an integer.

메소드 상세

AttemptParseInt() 공개 정적인 메소드

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