i want to get the string "123" from str. i can do that in std string using "...str.find_last_of("-")" method
but what if its a system string ? im thinking to convert it to std string then convert it back again to system string...but is there a way to do it with out converting the string ? is there a same method for System String ?