Hi,
Concatenate a string to the value in a field. For example, this expression creates a label where the value of the PARCELNO field is preceded by the text "Parcel no: ":
VBScript:
"Parcel no: " & [PARCELNO]
how to write this code in C# by using LabelExperssion
Help Me 🙂