E
Eagle
How do I convert a Guid to a string? I am trying to retrieve a value from a
dataview into a string variable:
CurrentValue = drv(strColumn)
and it works fine until the strColumn is a guid column, then I tried this:
Current Value = CType(drv(strColumn), String)
and I get an error that the cast is not valid.
Thanks very much for your help.
dataview into a string variable:
CurrentValue = drv(strColumn)
and it works fine until the strColumn is a guid column, then I tried this:
Current Value = CType(drv(strColumn), String)
and I get an error that the cast is not valid.
Thanks very much for your help.