how to convert sb.toString() to char type?? who can help me..?
Kath_Fish 0 Junior Poster
Recommended Answers
Jump to PostYou can convert it to a character array by appending .ToCharArray()
Jump to Postsb.ToString().ToCharArray()
Jump to PostWhy you dont use a Dictionary?
With:Dictionary<int, List<int>> dic; //1st part is a key, 2nd part (generic list) are values
All 11 Replies
Momerath 1,327 Nearly a Senior Poster Featured Poster
Kath_Fish 0 Junior Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
Kath_Fish 0 Junior Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
Kath_Fish 0 Junior Poster
arjunpk -6 Light Poster
Kath_Fish 0 Junior Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
Mitja Bonca 557 Nearly a Posting Maven
Kath_Fish 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.