Confing
1.0
Configuration properties manipulation in INI Files and the Windows Registry
|
Static Public Member Functions | |
static string | EncodeB64 (string val) |
static string | DecodeB64 (string val) |
static string | AddQuotes (string val) |
static string | RemoveQuotes (string val) |
|
static |
Add double quotes to the text. You can use this if you want to store properites values with spaces at the begin and/or the end
val | Text to add double quotes |
|
static |
Decode text from Base64 to Unicode
val | Text to decode |
|
static |
Encode unicode text to Base64
val | Text to encode |
|
static |
Remove double quotes from the text. This is for strip double quotes from properties values stored in this way.
val | Text to trim double quotes |