how to split a string in c# with string delimiter
|
Smith
2926
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


