C# string methods 🔤

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 38

  • @BroCodez
    @BroCodez  3 роки тому +13

    using System;
    namespace MyFirstProgram
    {
    class Program
    {
    static void Main(string[] args)
    {
    String fullName = "Bro Code";
    String phoneNumber = "123-456-7890";
    //fullName = fullName.ToUpper();
    //fullName = fullName.ToLower();
    //Console.WriteLine(fullName);
    //phoneNumber = phoneNumber.Replace("-","");
    //Console.WriteLine(phoneNumber);
    //String userName = fullName.Insert(0,"Mr.");
    //Console.WriteLine(userName);
    //Console.WriteLine(fullName.Length);
    String firstName = fullName.Substring(0, 3);
    String lastName = fullName.Substring(4, 4);
    Console.WriteLine(firstName);
    Console.WriteLine(lastName);
    Console.ReadKey();
    }
    }
    }

    • @underun
      @underun 2 роки тому

      Thank you!

  • @pauze_play
    @pauze_play Рік тому +18

    I swear this guy is better than my teacher. I've learnt 2 programming languages from him and now learning C#. You're a life saver bro!

    • @Noambeiruty
      @Noambeiruty 11 місяців тому +1

      SAME!!!

    • @Joshuapaul20
      @Joshuapaul20 9 місяців тому

      for real like he's a life saver bro

  • @elliotradley4370
    @elliotradley4370 2 роки тому +10

    Bro Code is God tier with the tutorials, keep up the excellent work man

  • @KathushGaming
    @KathushGaming Рік тому +6

    bro you are the best i've watched many tutorials and series wasted time (in that time i could study) but you are the best these tutorials are very simple and easy to learn thanks! keep up the work 👍👍👍👍👍👍👍👍👍👍👍👍👍

  • @gamingdude7959
    @gamingdude7959 6 місяців тому

    Good tutorails, i love these

  • @WeedmanPro
    @WeedmanPro 2 роки тому +2

    good tutorila
    tortuga
    tutorial

  • @mohamedsakr8166
    @mohamedsakr8166 Рік тому

    thanks for the tutorial

  • @alexiscoe1040
    @alexiscoe1040 3 роки тому +1

    Thanks

  • @DISAPPOINT814
    @DISAPPOINT814 6 місяців тому +1

    String name = "Bro Code";
    String comment = "Best Tutorials ever";

  • @spartanranger
    @spartanranger 3 роки тому

    Thanks for the video Bro.

  •  3 роки тому +1

    Thanks!

  • @Milkshaco
    @Milkshaco 3 роки тому

    awesome

  • @budderrar5751
    @budderrar5751 2 роки тому +1

    noice

  • @the_3d_cookie
    @the_3d_cookie 2 роки тому

    thanks bro

  • @definitelynotchris4776
    @definitelynotchris4776 2 місяці тому

    woohoo

  • @juriappo354
    @juriappo354 2 роки тому

    thanks bro,

  • @DominoDan
    @DominoDan Рік тому

    thx

  • @whitedinamo
    @whitedinamo 2 роки тому

    lesson check😇

  • @simik4830
    @simik4830 2 місяці тому

    comment for algorithm!

  • @agentyoda2870
    @agentyoda2870 Рік тому +1

    PLS I CANT KEEP UP U TALK N TYPE 2 FAST :(

    • @Joshuapaul20
      @Joshuapaul20 9 місяців тому +1

      bro try to slow mode the vids so you can keep up bro

  • @buhletshabalala5303
    @buhletshabalala5303 3 місяці тому

    THIS SHII IS TIGHT

  • @H4KnSL4K
    @H4KnSL4K 5 місяців тому

    Troz!

  • @pruthvirajchauhan6095
    @pruthvirajchauhan6095 3 роки тому

    How to swap first name and last name to last name and first name ????

  • @TropicalVids
    @TropicalVids 6 місяців тому

    random comment

  • @agentyoda2870
    @agentyoda2870 Рік тому

    T-T

  • @Myotiss22
    @Myotiss22 6 місяців тому

  • @babida9113
    @babida9113 2 роки тому

    Thanks bro

  • @namrataghorpade9944
    @namrataghorpade9944 2 роки тому

    Thankyou