C# 클래스 Enferno.Web.StormUtils.Query

파일 보기 프로젝트 열기: StormCommerce/Storm.API-client-dotnet

공개 메소드들

메소드 설명
GetQueryBool ( string param, bool? defaultNoValueAs ) : bool?
GetQueryDecimal ( string param ) : decimal?
GetQueryInt ( string param ) : int?
GetQueryString ( string param ) : string

메소드 상세

GetQueryBool() 공개 정적인 메소드

public static GetQueryBool ( string param, bool? defaultNoValueAs ) : bool?
param string
defaultNoValueAs bool?
리턴 bool?

GetQueryDecimal() 공개 정적인 메소드

public static GetQueryDecimal ( string param ) : decimal?
param string
리턴 decimal?

GetQueryInt() 공개 정적인 메소드

public static GetQueryInt ( string param ) : int?
param string
리턴 int?

GetQueryString() 공개 정적인 메소드

public static GetQueryString ( string param ) : string
param string
리턴 string