C# Class Library.ConfigUtil

Show file Open project: tjdbcourse/tjdbcourse

Public Methods

Method Description
GetString ( string key ) : string
SetString ( string key, string value ) : bool

Method Details

GetString() public static method

public static GetString ( string key ) : string
key string
return string

SetString() public static method

public static SetString ( string key, string value ) : bool
key string
value string
return bool