dchar dstrValue = '5';
dchar ch = '0' + intValue;
dchar ch = cast(dchar) intValue;