Given a Textbox [txtVersion] and a variable [string SoftVer = "1.00"]

I want to do the following [which works in VB6]
txtVersion.txt = "Version: " & SoftVersion

However C# gives me the following error: Operator '&' cannot be applied to operands of type 'string' and 'string'