toVariantBcsHex method

String toVariantBcsHex()

Converts the serialized variant into a hexadecimal string.

Implementation

String toVariantBcsHex() {
  return BytesUtils.toHexString(toVariantBcs());
}