C# 6) C# STRING HANDLING FUNCTION

                     * STRING HANDLING FUNCTION *

  1. Lenght    :-  mohan          output  :- 5
  2. ToUpper  :- mohan          output  :- MOHAN
  3. ToLower  :-MOHAN       output :- mohan
  4. Concat  :- Ajay  Vijay       output :- AjayVijay
  5. IndexOf  :-  return character position ex Indexof("a")  sourabh     output :- 4
  •  Index fund choose a character right to left side .
  •  All string value start in 0 index.

  • DOUBLE.PARSE   decimal value ke liye ex 7.33
  • INT.PARSE              normal value ke liye  ex  75


String handling function with user input


                                      

                                      
C# string handling function



Comments

Popular posts from this blog

Z 7) ViewData__ViewBag__TempData__Session

Z 8 ) MVC HTMLHELPER METHOD AND ACTIONLINK (how to use css ,atrributes,style in css)

Z 5 ) MVC (Model view Controller)