المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how to separate date and time from a string



C# Programming
03-30-2011, 11:52 AM
Hi,
I want to separate number and date and time from a string in c#. here is an example:

+CMGR: "REC READ","+923365483536",,"10/09/15,08:16:11+20"

from this i want to put cell number in one array and date and time in another.I dont know how to do this.

Thanks for any kind of help in advance

Regards,

Aeman