C# Class Enferno.Web.StormUtils.Query

Show file Open project: StormCommerce/Storm.API-client-dotnet

Public Methods

Method Description
GetQueryBool ( string param, bool? defaultNoValueAs ) : bool?
GetQueryDecimal ( string param ) : decimal?
GetQueryInt ( string param ) : int?
GetQueryString ( string param ) : string

Method Details

GetQueryBool() public static method

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

GetQueryDecimal() public static method

public static GetQueryDecimal ( string param ) : decimal?
param string
return decimal?

GetQueryInt() public static method

public static GetQueryInt ( string param ) : int?
param string
return int?

GetQueryString() public static method

public static GetQueryString ( string param ) : string
param string
return string