C# Class BackgroundAudioShared.ApplicationSettingsHelper

Collection of string constants used in the entire solution. This file is shared for all projects
Datei anzeigen Open project: dotnetcurry/Windows10-UWP

Public Methods

Method Description
ReadResetSettingsValue ( string key ) : object

Function to read a setting value and clear it after reading it

SaveSettingsValue ( string key, object value ) : void

Save a key value pair in settings. Create if it doesn't exist

Method Details

ReadResetSettingsValue() public static method

Function to read a setting value and clear it after reading it
public static ReadResetSettingsValue ( string key ) : object
key string
return object

SaveSettingsValue() public static method

Save a key value pair in settings. Create if it doesn't exist
public static SaveSettingsValue ( string key, object value ) : void
key string
value object
return void