C# 클래스 WebProject.Utils.StringExtensions

파일 보기 프로젝트 열기: huilaaja/RedirectManager

공개 메소드들

메소드 설명
ParseBoolOrDefault ( this s ) : bool?
ParseIntOrDefault ( this s ) : int?

메소드 상세

ParseBoolOrDefault() 공개 정적인 메소드

public static ParseBoolOrDefault ( this s ) : bool?
s this
리턴 bool?

ParseIntOrDefault() 공개 정적인 메소드

public static ParseIntOrDefault ( this s ) : int?
s this
리턴 int?