How to separate a string?
Hello!
I would like to know how to separate a string as listed on below:
If I want to separate the string Time = KnowValueString; e.g. 22:00:00 into the following format, how to do it?
string Hour="22";
string Minute="00";
string Second="00";
Please give me reply asap. Thanks!