Sub String code not working in c#

You can use simple intrinsic dotNet function substring

yourString.Substring(0, 200);

Leave a Comment