string.replace method
· i have long list of special characters need replace ie replace « «. string.replace method best way handle this?
hi,
no, you're problem not replace characters, is encoding html/xml entities, e.g.
http://unicode.e-workers.de/entities.php
so consider using encoding method like
http://msdn.microsoft.com/en-us/library/73z22y6h.aspx
microsoft mvp office access
https://mvp.support.microsoft.com/profile/stefan.hoffmann
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment