C# Class Strabo.Core.Utility.StraboParameters

Afficher le fichier Open project: spatial-computing/strabo-learning-ocr-transformation

Méthodes publiques

Méthode Description
readConfigFile ( string layer ) : void

Private Methods

Méthode 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 méthode

public static readConfigFile ( string layer ) : void
layer string
Résultat void