Search
Get Started
C
C#
•
12mo ago
.tree
Sorthing house numbers of type string
Say you have a string property for house numbers
(1
, 98
, 24b
) and want to sort them
. How can you sort them by number as well as by letter
? If I just sort them with OrderBy I get 1
, 138
, 24 which isn
't correct
.
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,119
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Similar Threads
adding numbers from a string array
C
C# / help
2y ago
✅ Trying to count numbers on a string
C
C# / help
3y ago
String : Immutable reference type
C
C# / help
2y ago
Write a String manipulation program [Answered]
C
C# / help
4y ago