15,611,801 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Member 4336594 (Top 6 by date)
Member 4336594
12-Jan-17 11:20am
View
This is the character I wanted to remove :
http://images.devs-on.net/Image/1UIb2MJ0yzmafaTM-Region.png
Which the above code does, but also Chinese and other languages as well. I'm not sure I'm using the correct terminology. I would like to remove any of these characters.
Member 4336594
12-Jan-17 11:00am
View
I encountered a problem using a web service and the string I passed to it contained a non ascii character and failed. To get around this I removed all non-ascii characters. The requirement is to still be able to process other languages which this won't. The original character looked like a 't' without the tail (forgive me for the poor description).
Member 4336594
5-Apr-16 3:12am
View
Thanks. Would you be able to give an example please?
Member 4336594
4-Apr-16 10:33am
View
If this is breaking OOP, what would be the best way to accomplish this? Thanks
Member 4336594
4-Apr-16 10:15am
View
F-ES Sitecore mentions that its not good OOP, if this is the case. What would be the correct way of doing this?
Member 4336594
4-Apr-16 10:04am
View
Thanks, so when I do :
public void CreateUser(Detail user){
Console.Write(user.Name + " " + user.Age + " "+ user.TestClass1Property);
}
user.TestClass1Property will not exist
Show More