"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
"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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jul 28, 2021, 9:54 AM