Forum Discussion
Anonymous
7 years agoNot applicable
convert Binary to GUID....ObjectGUID field in AD
Hi, i am pulling data from AD and one of the columns ObjectGUID is showing as Binary in the Query editor. How do i convert that to original GUID value. I used Binary.ToText( ObjectGUID,1) function ...
flynt1938
7 years agoNew Member
Guid.From(Binary.ToText([Binary],1))