C# Class Manos.Ext.Extensions

Show file Open project: toptensoftware/manos

Public Methods

Method Description
GetInteger ( this nv, string name, int defaultValue ) : int
GetInteger ( this nv, string name ) : int?
GetString ( this nv, string name, string defaultValue ) : string

Method Details

GetInteger() public static method

public static GetInteger ( this nv, string name, int defaultValue ) : int
nv this
name string
defaultValue int
return int

GetInteger() public static method

public static GetInteger ( this nv, string name ) : int?
nv this
name string
return int?

GetString() public static method

public static GetString ( this nv, string name, string defaultValue ) : string
nv this
name string
defaultValue string
return string