Class ConfigurationExtensions
NOTE: This is an extension class
All its methods are extensions for the Configuraiton class.
These methods can be called with unusual syntax!
i.e. can call thus:- writer.WriteConfigPath(string basePath, string key, string value)
where var writer is type TextWriter.
Inheritance
ConfigurationExtensions
Assembly: TowseyLibrary.dll
Syntax
public static class ConfigurationExtensions
Methods
|
Improve this Doc
View Source
RelativePathTo(String, String)
Declaration
public static string RelativePathTo(string fromDirectory, string toPath)
Parameters
Returns
|
Improve this Doc
View Source
WriteConfigValue(TextWriter, String, Object)
Declaration
public static void WriteConfigValue(this TextWriter writer, string key, object value)
Parameters