Data Conversion

Data conversion formats; Convert integer to real values & other formats

Hi Venky,

You can use TK.ConvertTo to convert values. Here are some examples:

@Tag.Int = TK.ConvertTo(@Tag.Text);
@Tag.Text = TK.ConvertTo(@Tag.Int);

Let me know if you need further assistance.

Best regards,
Gabriel Caetano.