C# da string birleştirme + operatörüyle
VB de ise & ile yapılma
C# da bir örnek
string strcode = "";
strcode = strcustomercode + "-" + intyear.ToString() + "-" + intCountratTotalCount + "-" + ContractType.Properties.Value.ToString();
ContractNumber.Properties.Value = strcode;
Hiç yorum yok:
Yorum Gönder