C# Class Strabo.Core.Utility.StraboParameters

Mostra file Open project: spatial-computing/strabo-learning-ocr-transformation

Public Methods

Method Description
readConfigFile ( string layer ) : void

Private Methods

Method Description
ReadBool ( string key, bool default_value ) : bool
ReadInt ( string key, int default_value ) : int
ReadString ( string key, string default_value ) : string

Method Details

readConfigFile() public static method

public static readConfigFile ( string layer ) : void
layer string
return void