Hi,
I am trying to use the OB2 HASH function. It will giving me output in byteArray. But I dont have an option to convert it back to string. In OB1 it was giving an ouput in String.
I tried the option in OB2 to convert bytes to binaryString which does not seems the right option as it gives a binary String.
Even tried converting my config to C# and wrote the below code still dont get the string value of the Hash
C# code used below
string id= System.Text.Encoding.Default.GetString(idbyte);
And anyway to enable Step by Step execution in OB2.
And how to print the object value in the debugger while using C# or even loli
will Appreciate your response
Thanks,
Allwin