I have strings like this:
00123_MassFlow
0022245_VOlumeFlow
122_447_Temperature
I have to split these strings with _
using C#. _
may appear multiple places but i have to take last value.
My should be like this:
MassFlow
VOlumeFlow
Temperature
How i can achieve this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…