6 Commits

Author SHA1 Message Date
9830f687ad CharBuffer search fixed & Log/Util buffer changed:
- Char/ShiftBuffer: Fixed multi-char string search
- UtilCore: Always pass output buffer & remove own buffer for conversions
- UtilCore: Remove optional parameters to force passing of buffer
- LogCore: Add TempBuffer for output conversion (using UtilCore)
- ApplicationCore: Allow setting size of TempBuffer via config
- Optimize use of {}
2021-10-14 09:19:55 -05:00
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