fnStrToHex function

dynamic fnStrToHex(
  1. dynamic value
)

Implementation

dynamic fnStrToHex(dynamic value) => strToHex(varToStr(value));