C# 클래스 Manos.Ext.Extensions

파일 보기 프로젝트 열기: toptensoftware/manos

공개 메소드들

메소드 설명
GetInteger ( this nv, string name, int defaultValue ) : int
GetInteger ( this nv, string name ) : int?
GetString ( this nv, string name, string defaultValue ) : string

메소드 상세

GetInteger() 공개 정적인 메소드

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

GetInteger() 공개 정적인 메소드

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

GetString() 공개 정적인 메소드

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