sankeerth m

sankeerth m

  • NA
  • 484
  • 23.6k

Concating a string and numeric

Jul 28 2021 8:13 AM
"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)