Hexadecimal Numeric Box

Posted by: mayur.purandare on 17 December 2018, 10:55 pm EST

    • Post Options:
    • Link

    Posted 17 December 2018, 10:55 pm EST

    Hello,

    To get Hexadecimal text in Numeric Box, I need to set the format as “X”.

    Is there any way, such that I can show Hex values with different number of digits?

    e.g :

    Can I show “F” as

    1. 0F
    2. 000F
    3. 00000F

    Also this has to be dynamic.

    Thank you.

  • Posted 18 December 2018, 5:45 pm EST

    Hi Mayur,

    For displaying different number of digits in C1NumericBox with Hexadecimal format, you need to set the Format property as follows:```

    Format=“X2” //output=“0F”

    Format=“X4” //output=“000F”

    Format=“X6” //output=“00000F”

    Ruchir
  • Posted 18 December 2018, 6:14 pm EST

    Thanks Ruchir…

    It worked.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels