i am trying to declare a string in C#

string
writePath,
billMonth,
startPath = '\\filervoca\groups\edit\public' ;

for startPath i get an error for either ' or " im not sure how to intalize thie value to this network folder.


thanks

crash