C# string methods 🔤
C# string methods tutorial example explained #C# #string #methods 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(); } } }

C# if statements 🤔

C# methods 📞

C# constructors 👷

All C# string methods explained (C# Programming tutorial for Beginners)

C# type casting 💱

C# generics ⁉️

C# enums 🪐

30+ String Manipulation Techniques in C#

How to Learn More in 2 Hours Than Most Do in a Full Day

C# String - How to work with strings in C#? C# Programming tutorial for Beginners

C# static 🚫

C# Value vs Reference Types Explained

C# objects 🧍♂️

Listen and Feel the Peace | Tibetan Healing Sounds for Deep Meditation, Inner Peace & Soul Healing

C# OOP Full Course: Master Object-Oriented Programming (OOP) with Practical Examples

16 C++ Habits That Make Your Code Better

18: String Class Methods in C# | String Methods | C# Tutorial For Beginners | C Sharp Tutorial

C# arrays explained in 5 minutes!

