I am doing one media player in java, there I need to extract values from the string "01:23:02" as int x=01,y=23,z=02 for seek operation..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here's one way to do it since you want
|
|||||
|
|
This is using C#
|
|||
|