String.TrimStart(char trimChar, int maxChars) #74818
Unanswered
UpperAvenue
asked this question in
Ideas
Replies: 1 comment
-
It's easy to make your own extension methods, and this scenario is not very common. IMO it's not worthy to be added into BCL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to propose an overload to the TrimStart method that limits the number of characters trimmed. Additionally similar overloads for the TrimEnd method.
For example,
Beta Was this translation helpful? Give feedback.
All reactions