TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David Smith
NA
2k
0
Replace ?
Apr 3 2012 11:43 PM
Hi what character is this in blue, I am trying to right logic to replace the question mark from a text file i am importing, can someone help me
(1.10
?
1.49)
if (code.Contains('?'))
{
//Replaces a symbol character which comes over as '?' representing a dash with a real dash ('-').
code= pcodeDescription.Replace('?', '-');
cm.Parameters.AddWithValue("@code", code);
}
Reply
Answers (
6
)
How to do that my Doubt?
Replacing a little diamond with a question mark UT8 encoding