1
Answer

Concating a string and numeric

sankeerth m

sankeerth m

3y
497
1
"MIN:1040005005","Max:1040005006","Interval:100000"]

 

Instead of above i need to display in these format "Min" : 1045005005

can anyone help me out.

 string mingraph = "MIN:";
            string Minvalue = mingraph + MinValue; Minvalue = 1045005005

 

Answers (1)