C# 클래스 Dian.Web.Utility.Helper

파일 보기 프로젝트 열기: stone0090/dian

공개 메소드들

메소드 설명
ParseDecimal ( string str ) : decimal
ParseInt ( string str ) : int

메소드 상세

ParseDecimal() 공개 정적인 메소드

public static ParseDecimal ( string str ) : decimal
str string
리턴 decimal

ParseInt() 공개 정적인 메소드

public static ParseInt ( string str ) : int
str string
리턴 int