Sub String code not working in c#

You can use simple intrinsic dotNet function substring

yourString.Substring(0, 200);

Browse More Popular Posts

Leave a Comment