couldn't find this in the documentation anywhere (I hate MSDN):

How do you escape quotes in a string? e.g. in other languages you can do "\"" or "'" or """" to end up with a single quote. How is this accomplished in VB? (I really don't want to use Char(), which is a serious pain in the rear)

Thanks,
--Josh