|
<< Click to Display Table of Contents >> Navigation: Constants > H2BConvert |
SIGNATURE=IW.Common.Strings.H2BConvert
ETYPE=Constant
Declaration:
Delphi: |
H2BConvert: array[Ord('0')..Ord('f')] of SmallInt = ( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,-1,-1,-1,-1,-1,-1, -1,10,11,12,13,14,15,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,10,11,12,13,14,15); |
C++: |
array[Ord("0")..Ord("f")] of Sma |
Unit: IW.Common.Strings.pas
Description: This is constant IW.Common.Strings.H2BConvert.