I'm trying to put quotes around the <Reason> variable in this string but the string is showing up with the backslashes too. How can I get the quotes in it?

VB Code:
  1. string.Format("banby {0} {1} {2} \"{3}\"", PlayerID, BannedBy, BanTime, Reason)