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

DATA CONTROL ( Gridview , Repeater , Formview , DataList , Detailsview , Listview )

Z 5 ) MVC (Model view Controller)

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