Commit Graph

5 Commits

Author SHA1 Message Date
Charl Wentzel
7c77d564a7 Minor Updates:
- DateTimeCore:
  - Specify separator between date & time fof BiuildDateTimeStr();
- UtilCore:
  - Add UrlEncode() and UrlDecode() functions
2019-10-06 19:38:11 +02:00
Charl Wentzel
aa86837e93 Minor update:
- Move strlcase() from SelectableCore to UtilCore
2019-09-08 08:13:03 +02:00
Charl Wentzel
cff2d2712a Minor update:
- Added IntToBinStr() method to convert int to binary output
2019-09-01 12:46:17 +02:00
Charl Wentzel
1b4ec32065 Minor Update:
- UtilCore:
  - Set optional parameters on HexStrToBytes function.
2019-04-23 21:52:23 +02:00
Charl Wentzel
0046edc251 Important Update:
- Implemented new Util library:
  - Convert Bytes to Hex/Bin/Safe string
  - Convert HexString to Bytes
  - Search String for substring function
- Use Util library in LogCore for String conversions
2019-04-15 17:26:52 +02:00