Get Index of First non-Whitespace Character in C# String

后端 未结 11 1901
执念已碎
执念已碎 2020-12-17 09:27

Is there a means to get the index of the first non-whitespace character in a string (or more generally, the index of the first character matching a condition) in C# without

11条回答
提交回复
热议问题