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

مشاهدة النسخة كاملة : Seperate one string into 2



C# Programming
05-11-2009, 10:52 AM
Hi all,

I have the following string “Shirt85” and I want to separate it in two different strings “Shirt” and “85” (85 can be a int) .. How can I do it?

e.g.
string1=Shirt
string2=85

I want that 85 no. from string.