"":"",
this equivalent in c# ??
Loading
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.
VulpesPosted Jan 10, 2015, 4:30 PM
If that's the case, I'd say the C# equivalent would be:
Piyush PansuriyaPosted Jan 10, 2015, 5:35 AM
Can you describe what actually want to do?
and about your application?
Posted Jan 10, 2015, 5:21 AM
Piyush PansuriyaPosted Jan 10, 2015, 3:38 AM
Try this :
lbl.Text = "TextPart1" + textvariable + "";
Change your text as per requirement..