SlideShare a Scribd company logo
Chapter 9C# .NET strings
What will we be learning?string variable and its methodstrimcontainremove and replacesubstring
string variable and its methodsstring stringVar = "Dear Mr Tan, how are you?";string anotherStringVar;anotherStringVar = stringVar.IntelliSense- shows you a list of Methods and Properties that are available for the variable
Full list of methods and properties >Mouse Over
Part 1 variable and methodsNew solution and project: SpfChapter9_stringsSave all and rename the project to "Part 1 variable and methods"Add a button and a textbox
Add codes into button click method:
C# Strings
Length property of string variableThis property return the number of characters in a stringIt also counts the blank spacesEg: stringVar.Length;Note that you don't need any round brackets, because it's a property not a method
trim methodTo trim unwanted characters from the string – used often to trim blank spaces at the start and the endTrim(): both at the start and the end
TrimEnd(): at the end
TrimStart(): at the startContinue from previous projectAdd another button and textboxAdd codes into the button click method
3 blank spaces at the start and the end
C# Strings
Continue …
Trim()TrimEnd()
null => blank spaceTrim()  same as   Trim(null)TrimStart()  same as   TrimStart(null)TrimEnd()   same as    TrimEnd(null)
Trim other character
C# Strings
Trim more than one characters
C# Strings
Contains method
C# Strings
C# Strings
Replace methodSpell checker:Replace "mistak" with "mistake"Replace "teh" with "the"::
Continue
Add codes into button click method:
C# Strings
Substring methodintstartIndex => starting position to extract the substring(start from 0)int length => length of the substring
ContinueAdd a button and textbox
Add codes for button click method:
C# Strings

More Related Content

What's hot (20)

PPT
C sharp
Satish Verma
 
PDF
Chapter 02: Classes Objects and Methods Java by Tushar B Kute
Tushar B Kute
 
PDF
Generics
Ravi_Kant_Sahu
 
PPT
sets and maps
Rajkattamuri
 
PPTX
Operators and expression in c#
Dr.Neeraj Kumar Pandey
 
PPTX
Validation Controls in asp.net
Deep Patel
 
PPTX
Core java complete ppt(note)
arvind pandey
 
PPTX
Introduction to the basics of Python programming (part 1)
Pedro Rodrigues
 
PPTX
Type casting in java
Farooq Baloch
 
PDF
TypeScript: coding JavaScript without the pain
Sander Mak (@Sander_Mak)
 
PPT
Types of exceptions
myrajendra
 
PPTX
String, string builder, string buffer
SSN College of Engineering, Kalavakkam
 
PPT
Structures
archikabhatia
 
PPTX
Method overloading
Lovely Professional University
 
PDF
Lesson 03 python statement, indentation and comments
Nilimesh Halder
 
PPTX
Tokens in C++
Mahender Boda
 
PPTX
C# classes objects
Dr.Neeraj Kumar Pandey
 
PDF
Operators in java
Ravi_Kant_Sahu
 
PPTX
Array in Java
Ali shah
 
PPTX
Why TypeScript?
FITC
 
C sharp
Satish Verma
 
Chapter 02: Classes Objects and Methods Java by Tushar B Kute
Tushar B Kute
 
Generics
Ravi_Kant_Sahu
 
sets and maps
Rajkattamuri
 
Operators and expression in c#
Dr.Neeraj Kumar Pandey
 
Validation Controls in asp.net
Deep Patel
 
Core java complete ppt(note)
arvind pandey
 
Introduction to the basics of Python programming (part 1)
Pedro Rodrigues
 
Type casting in java
Farooq Baloch
 
TypeScript: coding JavaScript without the pain
Sander Mak (@Sander_Mak)
 
Types of exceptions
myrajendra
 
String, string builder, string buffer
SSN College of Engineering, Kalavakkam
 
Structures
archikabhatia
 
Method overloading
Lovely Professional University
 
Lesson 03 python statement, indentation and comments
Nilimesh Halder
 
Tokens in C++
Mahender Boda
 
C# classes objects
Dr.Neeraj Kumar Pandey
 
Operators in java
Ravi_Kant_Sahu
 
Array in Java
Ali shah
 
Why TypeScript?
FITC
 

Viewers also liked (11)

PPTX
C# String
Raghuveer Guthikonda
 
PPT
Strings v.1.1
BG Java EE Course
 
PPTX
The Essence of the Iterator Pattern
Eric Torreborre
 
PDF
Iterator Pattern
melbournepatterns
 
PPTX
Iterator - a powerful but underappreciated design pattern
Nitin Bhide
 
PDF
Iterator
melbournepatterns
 
PPTX
Servlets
Akshay Ballarpure
 
PPT
Iterator Design Pattern
Varun Arora
 
PPT
Java servlet life cycle - methods ppt
kamal kotecha
 
PPT
Programming in c#
Shehrevar Davierwala
 
PPTX
C# Tutorial
Jm Ramos
 
Strings v.1.1
BG Java EE Course
 
The Essence of the Iterator Pattern
Eric Torreborre
 
Iterator Pattern
melbournepatterns
 
Iterator - a powerful but underappreciated design pattern
Nitin Bhide
 
Iterator Design Pattern
Varun Arora
 
Java servlet life cycle - methods ppt
kamal kotecha
 
Programming in c#
Shehrevar Davierwala
 
C# Tutorial
Jm Ramos
 
Ad

Similar to C# Strings (16)

PDF
Ms Ajax String And Object Extensions
jason hu 金良胡
 
PDF
LectureNotes-04-DSA
Haitham El-Ghareeb
 
PPTX
16 strings-and-text-processing-120712074956-phpapp02
Abdul Samee
 
PPTX
C# basics
sagaroceanic11
 
PPT
Strings Arrays
phanleson
 
PPTX
Web Development_Sec6_kkkkkkkkkkkkkkkkkkkkkkkkkJS.pptx
samaghorab
 
PDF
Web Development_Sec6_Java secriptvvvvv.pdf
samaghorab
 
PPTX
Chapter 2
application developer
 
PDF
Module 6 - String Manipulation.pdf
MegMeg17
 
PDF
JavaScript - Chapter 10 - Strings and Arrays
WebStackAcademy
 
PPTX
13 Strings and Text Processing
Intro C# Book
 
PDF
Basic c# cheat sheet
Ahmed Elshal
 
PPTX
8. PROGRAMMING1-STRING MANIPULATION.pptx
Tanatswa17
 
PDF
OOPs difference faqs- 4
Umar Ali
 
PPTX
Strings
Amrutha Rajan
 
PDF
Java script objects 2
H K
 
Ms Ajax String And Object Extensions
jason hu 金良胡
 
LectureNotes-04-DSA
Haitham El-Ghareeb
 
16 strings-and-text-processing-120712074956-phpapp02
Abdul Samee
 
C# basics
sagaroceanic11
 
Strings Arrays
phanleson
 
Web Development_Sec6_kkkkkkkkkkkkkkkkkkkkkkkkkJS.pptx
samaghorab
 
Web Development_Sec6_Java secriptvvvvv.pdf
samaghorab
 
Module 6 - String Manipulation.pdf
MegMeg17
 
JavaScript - Chapter 10 - Strings and Arrays
WebStackAcademy
 
13 Strings and Text Processing
Intro C# Book
 
Basic c# cheat sheet
Ahmed Elshal
 
8. PROGRAMMING1-STRING MANIPULATION.pptx
Tanatswa17
 
OOPs difference faqs- 4
Umar Ali
 
Strings
Amrutha Rajan
 
Java script objects 2
H K
 
Ad

More from Hock Leng PUAH (20)

PDF
ASP.net Image Slideshow
Hock Leng PUAH
 
PDF
Visual basic asp.net programming introduction
Hock Leng PUAH
 
PDF
Using iMac Built-in Screen Sharing
Hock Leng PUAH
 
PDF
Hosting SWF Flash file
Hock Leng PUAH
 
PDF
PHP built-in functions date( ) and mktime( ) to calculate age from date of birth
Hock Leng PUAH
 
PDF
PHP built-in function mktime example
Hock Leng PUAH
 
PDF
A simple php exercise on date( ) function
Hock Leng PUAH
 
PDF
Integrate jQuery PHP MySQL project to JOOMLA web site
Hock Leng PUAH
 
PPTX
Responsive design
Hock Leng PUAH
 
PDF
Step by step guide to use mac lion to make hidden folders visible
Hock Leng PUAH
 
PPTX
Beautiful web pages
Hock Leng PUAH
 
PPT
CSS Basic and Common Errors
Hock Leng PUAH
 
PPTX
Connectivity Test for EES Logic Probe Project
Hock Leng PUAH
 
PPTX
Logic gate lab intro
Hock Leng PUAH
 
PDF
Ohm's law, resistors in series or in parallel
Hock Leng PUAH
 
PPTX
Connections Exercises Guide
Hock Leng PUAH
 
PPTX
Design to circuit connection
Hock Leng PUAH
 
PPTX
NMS Media Services Jobshet 1 to 5 Summary
Hock Leng PUAH
 
DOCX
Virtualbox step by step guide
Hock Leng PUAH
 
PPTX
Nms chapter 01
Hock Leng PUAH
 
ASP.net Image Slideshow
Hock Leng PUAH
 
Visual basic asp.net programming introduction
Hock Leng PUAH
 
Using iMac Built-in Screen Sharing
Hock Leng PUAH
 
Hosting SWF Flash file
Hock Leng PUAH
 
PHP built-in functions date( ) and mktime( ) to calculate age from date of birth
Hock Leng PUAH
 
PHP built-in function mktime example
Hock Leng PUAH
 
A simple php exercise on date( ) function
Hock Leng PUAH
 
Integrate jQuery PHP MySQL project to JOOMLA web site
Hock Leng PUAH
 
Responsive design
Hock Leng PUAH
 
Step by step guide to use mac lion to make hidden folders visible
Hock Leng PUAH
 
Beautiful web pages
Hock Leng PUAH
 
CSS Basic and Common Errors
Hock Leng PUAH
 
Connectivity Test for EES Logic Probe Project
Hock Leng PUAH
 
Logic gate lab intro
Hock Leng PUAH
 
Ohm's law, resistors in series or in parallel
Hock Leng PUAH
 
Connections Exercises Guide
Hock Leng PUAH
 
Design to circuit connection
Hock Leng PUAH
 
NMS Media Services Jobshet 1 to 5 Summary
Hock Leng PUAH
 
Virtualbox step by step guide
Hock Leng PUAH
 
Nms chapter 01
Hock Leng PUAH
 

Recently uploaded (20)

PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PPTX
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PDF
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PPTX
Soil and agriculture microbiology .pptx
Keerthana Ramesh
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PDF
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
Soil and agriculture microbiology .pptx
Keerthana Ramesh
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 

C# Strings