Hi Experts,
I tried to recreate the scenario by first converting a text, decimal and date fields into hexadecimal
and further converting the concatenated result value to Base64 by using Base64Convert Codeunit.
But the BC Base64 conversion is giving different result than the actual Hex to Base64 conversion result from online.
Later I realized the the Hex results which I am storing in text variable in BC is actually converting text to Base64 instead of Hex to Base64.
Could you please guide me how to store a Hexadecimal in BC and convert it to Base64 ?
Thanks In Advance.