Convert octal character to integer. c should be in range from '0' to '7'.
Return 255 if character is not in 0..7 range.
unsigned char OctToByte(const wchar_t c);
unsigned char OctToByte(const char c);
Namespace: | nitisa |
Include: | Nitisa/Core/Strings.h |