C# 클래스 Silverlight_MVC.StringToNumberUtility

파일 보기 프로젝트 열기: nishanil/DietCalculatorPCL 1 사용 예제들

공개 메소드들

메소드 설명
GetDouble ( string text, double defaultValue ) : double
GetInt32 ( string text, int defaultValue ) : int

비공개 메소드들

메소드 설명
StringToNumberUtility ( ) : System

메소드 상세

GetDouble() 공개 정적인 메소드

public static GetDouble ( string text, double defaultValue ) : double
text string
defaultValue double
리턴 double

GetInt32() 공개 정적인 메소드

public static GetInt32 ( string text, int defaultValue ) : int
text string
defaultValue int
리턴 int