I have created a property editor which contains just input text field and it is used to hold/create unique code which contains letters and numbers (len:8)
The problem which I have, is that in some cases values like "52394e15" are converted to float number, so that GetPropertyValue
Custom Property Editor CLR Type HELP
Hi
I have created a property editor which contains just input text field and it is used to hold/create unique code which contains letters and numbers (len:8)
The problem which I have, is that in some cases values like "52394e15" are converted to float number, so that GetPropertyValue
How can I define ClrType custom property as string not as object. And why generic method makes this strange conversion?
is working on a reply...