Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, the -1 is for the "Not Used". However, you should be able to specify something other than -1 for the top most value. Something like 00000000-0000-0000-0000-000000000000 should parse back into a guid. Or you could add another If test to the ConvertValue method so that it returns New Guid("00000000-0000-0000-0000-000000000000") if the InputValue equals "-1". Either way should work for you.
|