method number.integer.to_hex_string
Contract
Return typewob
Parameter keyDefault valueType
min_char_count1integer
Water Contract
<method number.integer.to_hex_string
  min_char_count=1/>

returns a string of the hexadecimal representation of _subject which must be an integer. The returned string will have at least min_char_count characters padded on the left with zeros if need be.
13.<to_hex_string/>"D"