How to Get Between String Using Substring() and LastIndexOf()
string name = "abcabc_1.aspx";
name = name.Substring(name.LastIndexOf("_") + 1, (name.LastIndexOf(".") - name.LastIndexOf("_") + 1));
AngularJs6 using with Asp.net Core Web API 2 Steps 1) Create project using with command 2) Create services 3) Create routing 4) Modif...
No comments:
Post a Comment