how to split a string in c# with string delimiter
Smith
2890
Points
78
Posts
|
Hi, I want to split a string by a substring as var temp= DeliveryAddress.Split( ":::" )[0];
but it throws error. Please help. |
Answers
Blog
Active User (0)
No Active User!