2
Answers

How to separate a string?

Ask a question
softairhk

softairhk

20y
4.1k
1
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!

Answers (2)
Next Recommended Forum