I'm working with a json that has this attribute
"ImageHashValueRAW": "7aa7f94d221d2afb658dba986f328d419c892511719acc8a4742f4eda2f766a4"
I have an array of bytes [] called imageData. How can I get or remove the hash value from a byte array?
I'm working with a json that has this attribute
"ImageHashValueRAW": "7aa7f94d221d2afb658dba986f328d419c892511719acc8a4742f4eda2f766a4"
I have an array of bytes [] called imageData. How can I get or remove the hash value from a byte array?