encode string in Windows service
From: Bar Elimelech (bar_elimelech_news_at_hotmail.com)
Date: 02/24/04
- Next message: Jon Skeet [C# MVP]: "Re: encode string in Windows service"
- Previous message: Travis 'Bailo' Bickel: "The New Linux Economy"
- Next in thread: Tryster: "RE: encode string in Windows service"
- Reply: Tryster: "RE: encode string in Windows service"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 10:00:53 +0200
Hi,
I'm trying to encode a string in a windows service that should be past to a
asp.net web application in the querystring.
I know that in order to do it in asp.net I should use the Server.HtmlEncode
from the system.web namespace but I can't find a way to do it in a windows
service or windows application.
Any ideas how can I do it?
Thanks
Bar
- Next message: Jon Skeet [C# MVP]: "Re: encode string in Windows service"
- Previous message: Travis 'Bailo' Bickel: "The New Linux Economy"
- Next in thread: Tryster: "RE: encode string in Windows service"
- Reply: Tryster: "RE: encode string in Windows service"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|