C# 클래스 BetterMembership.Extensions.NameValueCollectionExtension

파일 보기 프로젝트 열기: TheCodeKing/BetterMembership.Net

공개 메소드들

메소드 설명
ContainsKey ( this collection, string key ) : bool
GetBoolean ( this collection, string key, bool defaultValue = false ) : bool
GetInteger ( this collection, string key, int defaultValue ) : int
GetString ( this collection, string key, string defaultValue = null ) : string

메소드 상세

ContainsKey() 공개 정적인 메소드

public static ContainsKey ( this collection, string key ) : bool
collection this
key string
리턴 bool

GetBoolean() 공개 정적인 메소드

public static GetBoolean ( this collection, string key, bool defaultValue = false ) : bool
collection this
key string
defaultValue bool
리턴 bool

GetInteger() 공개 정적인 메소드

public static GetInteger ( this collection, string key, int defaultValue ) : int
collection this
key string
defaultValue int
리턴 int

GetString() 공개 정적인 메소드

public static GetString ( this collection, string key, string defaultValue = null ) : string
collection this
key string
defaultValue string
리턴 string