C
csharpula csharp
Hello ,
I am trying to do something like that:
string name="";
name.Insert(name.Length,args);
and there is a string value in args but the value of the name after
insertion is still "" and the args value wasn't inserted. why?
thank u!
I am trying to do something like that:
string name="";
name.Insert(name.Length,args);
and there is a string value in args but the value of the name after
insertion is still "" and the args value wasn't inserted. why?
thank u!