@Kunali_Kharbikar
Welcome to the forum
give a try at:
String.Format("Hi {0} Your age is {1} And Graduation year is {2}",str_Name, int_Age.toString(), int_Year.toString())
“Hi”+str_Name+“Your Age is”+int_Age.ToString+"Graduation Year is "+int_Year.ToString
This is working
Thanks Peter
“Hi”+str_Name+“Your Age is”+int_Age.ToString+"Graduation Year is "+int_Year.ToString
This format is working
Perfect, so let’s get closed the topic by
1 Like