Forum Discussion
Anonymous
8 years agoNot applicable
Converting Binary to hex value or numeric value
Hi, I have Hex Value showing up as a Binary content in PBI desktop (ConversationIndex in MSExchange Attribute object) On expanding this Binary column, I get to see some Unicode characters and no...
Anonymous
7 years agoNot applicable
Anonymous did find a solution? i have same problem....Active Directory objectGUID field is showing is Binary and when i convert it using Binary.ToText..it does not give me original GUID value
flynt1938
7 years agoNew Member
Guid.From(Binary.ToText([Binary],1))
- Anonymous7 years agoNot applicable
flynt1938 i tried this,,,its converting to same format..but thevalue does not match the original value
- Aerica_Rishiraj8 months agoRegular Visitor
Were you able to find solution to this? I am facing the same issue, the conversion won't match the original GUID in Active Directory.