Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • croban 25 posts 96 karma points
    Dec 02, 2015 @ 14:36
    croban
    0

    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

    if(GetPropertyValue<string>("code")=="52394e15") <- false
    

    How can I define ClrType custom property as string not as object. And why generic method makes this strange conversion?

    debug

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies