<< Back to the snippet list

You may have seen Transact-SQL code that passes strings around using an N prefix. This denotes that the subsequent string is in Unicode (the N actually stands for National language character set). Which means that you are passing an NCHAR, NVARCHAR or NTE

Published: 29 Jul 2011 By HemanthKumar V

This code snippet is used to replace the string without using the replace function using C#.Most of the times we get a requirement to replace the String with a certain string.

C# 4.0

Discussion


Subject Author Date
Sonu Kapoor 15/08/2011 10:24 PM

Please login to leave a comment.