private static void ConvertString(GenxyWriter writer, string s) { writer.WriteToken(GenxyToken.String); writer.WriteEscapedString(s); }