Please check UC.Readkey function.
I had situation with empty key value in profile file.
Key was without value:
- Code: Select all
OxySlideOffset =
When I try to read this key it's return nothing. I was sure ReadKey function return defaul value. For example this function must return "0" string in any case:
- Code: Select all
string value = UC.Readkey("PlasmaOxyPinMapping", "OxySlideOffset", "0");
Or I am wrong?