/ Assembly List / LJCNetCommon / AppSettings

Namespace - LJCNetCommon


Syntax

C#
public class AppSettings

Represents the Configuration AppSettings. (RE)

Remarks

The App.Config file layout with a sample setting value.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ConnectionType" value="MySql" />
</appSettings>
</configuration>

Public Methods
#ctor Initializes an object instance.
GetBool Gets the bool value of the specified setting. (E)
GetColor Gets the Color value of the specified setting. (E)
GetColorFromRGBString Gets a Color from an RGB string. (E)
GetColorValue Gets an integer color value from a string. (E)
GetString Get the string value of the specified setting. (E)
6 Methods

Properties
FileSpec The Config File specification.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.