Метод | Описание | |
---|---|---|
GetInteger ( this nv, string name, int defaultValue ) : int | ||
GetInteger ( this nv, string name ) : int? | ||
GetString ( this nv, string name, string defaultValue ) : string |
public static GetInteger ( this nv, string name, int defaultValue ) : int | ||
nv | this | |
name | string | |
defaultValue | int | |
Результат | int |
public static GetInteger ( this nv, string name ) : int? | ||
nv | this | |
name | string | |
Результат | int? |
public static GetString ( this nv, string name, string defaultValue ) : string | ||
nv | this | |
name | string | |
defaultValue | string | |
Результат | string |