Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About strings
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (15)
Nipun Tomar (5)
Abhimanyu K Vatsa (4)
Jin Vincent Necesario (3)
Gopi Chand (3)
Yogeshkumar Hadiya (2)
Satendra Singh Bhati (2)
Abdur Rehman (2)
Chris Love (1)
Harpreet Singh (1)
Muhammad Imran Ansari (1)
Shweta Lodha (1)
Navin Prakash (1)
Deepak Kumar (1)
Hirendra Sisodiya (1)
Jo Embedded (1)
Vitalii Honcharuk (1)
George (1)
Venkata Subbarao Polisetty (1)
Vineet Kumar (1)
Yatendra Sharma (1)
Shiv (1)
Vijay K (1)
Ranjit Powar (1)
Surya S (1)
Aashina Arora (1)
Gagan Sikri (1)
Yash Ghatge (1)
Dipa Mehta (1)
Abhinav Galodha (1)
David Mccarter (1)
Kishor Bikram Oli (1)
Rathrola Prem Kumar (1)
Khawar Islam (1)
Nitin (1)
Ravi Mandal (1)
Jeff Hansen (1)
Muhammad Abdullah (1)
Rahul Bansal (1)
Rajeev Ranjan (1)
Abhishek Yadav (1)
Bechir Bejaoui (1)
Arpit Jain (1)
Anubhav Chaudhary (1)
Ashwani Tyagi (1)
Satya Prakash (1)
Manish Tewatia (1)
Sazid Mauhammad (1)
Levent Camlibel (1)
Dipal Choksi (1)
gary sun (1)
Shivprasad (1)
Jalajakshi Venkataramana (1)
Mike Steward (1)
Vikas Mishra (1)
Karthikeyan Anbarasan (1)
Mohammad Elsheimy (1)
C# Curator (1)
Mamta M (1)
Anubhav Bansal (1)
Marc Dommers (1)
Scott Lysle (1)
David Lloyd (1)
S Thangaraju (1)
Ricardo Federico (1)
Related resources for strings
No resource found
The Ultimate Guide to Converting Strings to Numbers in JavaScript
3/22/2023 1:15:13 AM.
Looking to convert strings to numbers in JavaScript? Our comprehensive guide covers various methods, including type coercion, parseInt, and more! Perfect for software developers.
Basics of JavaScript: Part 4
3/20/2023 7:06:54 AM.
In this article we will learn how to work with strings and numbers.
Compare Comma Seperated Values in SQL
3/9/2023 11:22:41 AM.
In this article, we will see how we can compare the comma-separated values with existing values stored in the table. Values can be in a different order from the user or table. We have to first order i
Convert char array to string in C#
2/21/2023 12:22:11 PM.
How to Convert char array to string using C#. The string class constructor takes an array of characters to create a new string from an array of characters.
6 Effective Ways To Concatenate Strings In C#
2/9/2023 3:53:44 PM.
Code examples of the most effective ways to concatenate strings in C#.
How To Convert a List to a String in C#
2/9/2023 9:23:39 AM.
This article for beginners who want to learn, how to convert list of strings into a single string.
Convert Byte Array To String In C#
2/9/2023 8:10:49 AM.
Learn to convert a C# byte array to a string in C# and .NET Core. Code example included.
Padding Strings In C#
2/9/2023 7:48:39 AM.
This code snippet shows how to pad strings in C# and .net core. Padding in the string is adding a space or other character at the beginning or end of a string. String class has String.PadLeft() and St
Uppercase and Lowercase Strings in C#
2/9/2023 7:08:26 AM.
C# String has ToUpper() and ToLower() methods to convert a string to uppercase and lowercase. This sample code demonstrates how to convert a string into lowercase string or uppercase string in C#.
Trim String in C#
2/9/2023 6:23:48 AM.
String.Trim(), String.TrimStart(), and String.TrimEnd() methods provide trim string functionality in C# and .NET. The Trim method removes white spaces from the beginning and endof a string. The TrimE
How To Compare Strings In C#
2/9/2023 4:56:33 AM.
Code examples of compare strings in C# using String.Equals, String.Compare, String.CompareTo() method, and StringComparer.
C# Strings: The Ultimate Guide to Go from Novice to Expert!
2/9/2023 4:45:58 AM.
Learn how to work with strings in C#.
Connection Strings for SQL Server Compact Edition
1/10/2023 3:17:21 PM.
SQL Server Compact Edition (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops.
Reverse Words In A String In C#
11/7/2022 6:24:29 AM.
Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
Ways To Align Text Strings In Python
9/13/2022 5:49:12 AM.
This article explains about the various ways to align strings in Python.
Working with Strings in VB.NET
8/4/2022 5:59:08 AM.
This article is VB.NET version of Working with Strings in .NET using C#.
Flutter 3 Variable Declaration, Initialization And Discuss With String😜
6/27/2022 2:05:06 PM.
This article is based on flutter 3 variable declaration and initialization. detailed analysis of strings in dart.
Developing A String Type In C
6/2/2022 12:42:49 PM.
You may have noticed that unlike other programming languages such as Java, Python, etc. C does not support string as a primitive (or we can say intrinsic) data type. Strings in C are implemented and m
Verbatim strings in C# - Use of @ symbol in string literals
4/5/2022 12:08:47 PM.
In this article we will understand use of the @ symbol in C# strings.
Introduction To Strings In Python
2/28/2022 1:54:15 PM.
Tackles Python strings' basics and practical use and demonstrates their usages
A Simple Crypto-Safe For Strings In C#
1/18/2022 4:46:49 AM.
Software often has to store small amounts of data locally but with reliable protection. Such a "vault" can be built with a few lines of C#.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
1/11/2022 3:14:14 AM.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and
Get Common SubString From Two Strings
12/30/2021 4:08:49 AM.
In this article, you will learn how to get a common SubString from two strings.
Usage Of JSON Function In Power Automate
10/29/2021 4:33:11 AM.
In Power Automate, at times we must work on JSON with String Values as input. We can use JSON function in power automate to convert string values to JSON and perform related operations. As an example,
Why Strings Are Immutable in .Net
12/7/2020 2:34:13 AM.
In this article we will learn why string are immutable in .Net.
Data Components In Visual Studio .NET - Part Four
11/26/2020 12:15:57 AM.
This article will help you in understanding Data Connections in Visual Studio .NET
How To Use Query Strings In ASP.NET
11/25/2020 3:21:19 AM.
In this article, we will learn how to use Query Strings in ASP.NET Websites.
Connection strings for IBM DB2
10/29/2020 12:13:52 AM.
IBM DB2 primarily runs on Unix, Linux IBM I, z/OS, and windows server. It is a relational database management system that comes in a variety of versions, running on devices ranging from handhelds to m
How To Format Strings In C#
9/29/2020 8:27:09 AM.
C# String Format method formats and converts an object into a string. Learn how to use String.Format() method to format strings in C#.
All About AppSettings In ASP.NET Core
9/24/2020 8:51:24 AM.
This article demonstrates how to add the keys and read the value from appsettings.json file in Asp.net Core.
Strings And Characters In Swift
5/28/2020 9:02:40 PM.
In this article, you will learn about String operations and working with strings.
JavaScript Strings
5/19/2020 6:13:25 AM.
In this article we will learn about the properties and methods of string in JavaScript.
Learn About Strings in Python
4/21/2020 3:19:55 PM.
In this article, I will explain strings in Python.
Learn About Strings In Python
3/27/2020 7:50:53 AM.
In this Python String tutorial, we will learn what Strings are and how they are used in Python, how to traverse a string, what are String Operators and Methods, and how these can be used for string ma
Jump Start With Python - Part 4 (Strings)
2/17/2020 5:59:44 AM.
This article explains how to get started with programming in Python. This is part 4 of the series.
Strings In Python
2/13/2020 4:35:55 AM.
Python string. In this article, I am going to explain how we can manipulate strings in Python.
Python Datatypes
2/12/2020 2:49:52 AM.
In my previous article, we learned about Python Tokens. Here, we will see the Python Datatypes and how to implement them with the examples.
Don't Believe What You See
2/10/2020 11:01:30 PM.
In this article, we will cover a problem in string manipulation that doesn't seem noticeable and is hard to trace.
Properly Comparing Strings with Globalization and Performance in .NET
11/12/2019 10:20:17 AM.
In Microsoft .NET there are many ways to compare strings. In this article, I will show a proper way to compare Strings with Globalization and Performance in .NET.
Playing With C# Strings Instance Methods
11/12/2019 7:55:40 AM.
String manipulation is one of the favorite subjects of developers when learning C#. In this article, we are going to focus on string instance methods. We might not cover every method, but most of the
String Functions in Java
9/27/2019 5:18:32 AM.
In this article you will learn about the various string functions in Java.
Learn StringBuffer Class in Java: Lecture 7
9/26/2019 6:19:28 AM.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer() Class in Java: Lecture 6
9/26/2019 6:09:46 AM.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer() Class in Java: Lecture 1
9/26/2019 5:24:49 AM.
This article explains the StringBuffer() class in Java and Java strings in general.
Formatting of Strings in Java
9/24/2019 3:44:05 AM.
In this article you will learn about the formatting of strings in Java.
How To Remove Specific Characters From C# String
9/23/2019 9:37:10 PM.
How to use string Remove method to remove characters from a string at specified positions.
Playing With Strings And Bytes/Byte - Arrays C#
8/26/2019 4:47:33 AM.
In this article, you will learn about playing with strings and Bytes/Byte - Arrays C#.
Android Kotlin - Strings And Ranges - Part Three
3/20/2018 10:01:38 AM.
In this article, we are going to learn about Strings and Ranges in Kotlin with string methods.
How To Create Dynamic Strings In C#
3/13/2017 2:33:41 PM.
In this article, we shall see how to create dynamic strings in C#.
Strings In Swift Programming Language
7/10/2016 12:36:57 PM.
In this article, you will learn about Strings In Swift Programming Language.
Understanding SQL Server 2016 String_Split Function
6/17/2016 11:19:11 AM.
In this article, I will show you a new feature that has been introduced in SQL Server 2016; i.e., STRING_SPLIT function.
Defining and Using Connection Strings in Azure Websites
9/2/2015 12:53:48 AM.
In this article you will learn how to define and use Connection Strings in Azure Websites.
Proper Translatable Pluralization in .NET With MessageFormat
6/12/2015 7:18:00 PM.
In this article we will learn about proper translatable pluralization in .NET with MessageFormat.
How to Add Strings in C#
5/21/2015 12:56:04 AM.
This article explains how to add two strings in C#.
All Possible Unique Substrings From an Input String
3/27/2015 4:51:34 PM.
In this article we will learn about the substrings in the C# programming.
Strings in C#
9/22/2014 3:19:14 PM.
In this article we will learn about strings in the C# language.
Strings in C# .NET
9/6/2014 3:00:39 PM.
This article provides a brief introduction to Strings in C# .NET.
Add and handle connection strings in an application configuration file: Part I
9/4/2014 1:09:11 AM.
There are two ways to save data and parameters. In this case we save application parameters like information entered by the user during the installation process.
Binding List Box and List Of Strings in Windows Phone 8
3/11/2014 1:25:37 PM.
In this article we will learn how to bind a list of strings with a List Box in Windows Phone 8.
Filter Data By a Set of Strings Using Knockoutjs in ASP.Net Application
11/27/2013 11:25:03 PM.
This article explains how to filter data according to a set of strings using Knokcoutjs in an ASP.NET Application.
Standard Numeric Format Strings in LightSwitch 2012
10/23/2013 4:34:21 PM.
This article describes how to use Standard Numeric Format Strings in LightSwitch Visual Studio 2012.
Split and Merge Strings in C# Windows Form Application
3/13/2013 2:12:17 PM.
In this article I will describe how to split and merge string value in windows form application in c#.
Windows Phone 8 App Localization
2/19/2013 10:47:50 PM.
Here you will learn about the new built-in support for localization, introduced in Windows Phone 8.
Addition of Three Strings Using Single Activity In Android
2/5/2013 1:39:50 PM.
Here I am telling you how to add two or more strings in Androidif we want output in the current Activity.
Line Count Utility in VB.NET
11/10/2012 2:13:21 AM.
This utility is for counting number of code lines in a Visual Studio Project. It returns the number of code lines and file names which are in the project folders.
Encrypting Connection Strings in ASP.Net 2.0
10/3/2012 12:26:44 PM.
This article describes how to encrypt the connection strings section in ASP.Net 2.0 web.config files and demonstrates the transperancy of using encrypted connection strings in your web application.
Connection Strings for All Databases
9/30/2012 6:13:35 AM.
This article shows step by step different ways to get connection strings for all types of databases. The article is written for all type of users, beginners, intermediate, experienced
strnicmp equivalent in C#
5/30/2012 12:12:46 AM.
C# equivalent strnicmp function in C language. It accepts two input strings along with the number of positions of chars to compare.
Demystifying: What does “Strings are immutable” means?
5/21/2012 7:09:26 AM.
In this article we will explain about String and StringBuffer.
State Management in Web Forms
5/20/2012 4:05:27 AM.
This white paper discusses the ways in which the state management can be handled in web forms. State management can be done either on client side or server side as explained below.
Connection Strings for SQL Server 2005
5/20/2012 1:59:18 AM.
SQL Server 2005 includes native support for managing XML data, in addition to relational data. It introduced MARS (Multiple Active Result Sets), a method of allowing usage of database connections for multiple purposes. It also introduced data mirroring and DMVs (Dynamic Management Views).
Connection Strings for SQL Server 2008
5/20/2012 1:58:34 AM.
SQL Server 2008 includes better compression features, which also helps in improving scalability. It enhanced the indexing algorithms and introduced the notion of filtered indexes. It includes capabilities for transparent encryption of data (TDE) as well as compression of backups.
Work with Strings in PHP
5/19/2012 5:53:05 AM.
PHP is a hypertext-preprocessor. In PHP, a string can be used directly in a function or it can be stored in a variable. With a string variable we can store and manipulate text.
Connection Strings for SQL Server 2000
5/15/2012 12:39:55 PM.
Microsoft SQL Server 2000 is an application used to create computer databases for the Microsoft Windows family of server operating systems. Microsoft SQL Server provides an environment used to generate databases that can be accessed from workstations, the Internet, or other media such as a personal digital assistant (PDA).
Working With Strings in JSP
2/7/2012 3:14:41 PM.
In this article I am going to describe how to work with Strings in JSP. Strings, which are widely used in Java programming, are a sequence of characters.
Strings in C# - Part 4
8/9/2011 3:49:16 PM.
In this article you will learn how to use StringBuilder in C#.
Strings in C# - Part 3
8/9/2011 3:07:35 PM.
In this article you will learn Escape characters and Verbatim Strings in C#.
Strings in C#: Part 1
8/6/2011 1:03:07 AM.
In this post you will learn string manipulations in C#.
Strings in C#: Part 2
8/5/2011 3:59:33 PM.
In this article you will learn string manipulations in C#.
SQL Azure - Getting Connection Strings Generated in Azure Portal
6/16/2011 1:47:33 PM.
In this article we are going to see how to get the connection string for the newly created SQL Azure Database using the Management portal in SQL Azure.
Making Arrays Easy
2/17/2011 9:23:38 AM.
Ways to get Arrays without worrying about size. The articel Contains examples for all users beginners, intermediate, experience
Working with Strings with Combining Characters
4/1/2010 1:57:13 AM.
In this article we will see the working of strings with combining characters (like diacritics in Arabic).
Strings in C#
1/24/2010 11:55:01 PM.
In this article I will explain you about Strings in C#.
Working with Text and Strings in GDI+
12/27/2009 9:52:38 PM.
In this article I will explain about Working with Text and Strings in GDI+.
Storing and Retrieving Connection Strings in ASP.NET 2.0/3.5
6/24/2009 3:05:26 AM.
This article demonstrates how to store database connection strings in Web.config in ASP.NET 2.0/3.5 and retrieve it for creating connection objects.
Membership Service
6/23/2009 1:11:42 AM.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.
Strings in C# Part 2
2/22/2009 5:05:26 PM.
This article discusses how to format, trim and pad strings using the String class. The article also covers the StringBuilder to effectively deal with string such as string concatenation,
Calculating the normalized compression distance between two strings
1/20/2009 11:38:07 PM.
The normalized compression distance (NCD) is a mathematical tool to cluster any objects that are similar. Besides, this article discusses the use of two RichTextBox controls for pasting and copying of text. It also introduces the use of the ContextMenuStrip control.
Parsing Sentences and Building Text Statics in C#
2/14/2008 11:52:15 PM.
This article describes three approaches for parsing the sentences from a body of text. This demonstration application also describes an approach to generating sentence count, word count, and character count statistics on a body of text.
C# Versions of Java's StringTokernizer
5/31/2007 11:43:45 AM.
Here is another C# version of the Java StringTokenizer Class from the version posted August last year on your site. Given a string and a set of delimiters, the class return an enumeration of substrings based on the delimeters passed in.
Playing with Strings
5/30/2007 9:07:18 AM.
This program explores the String class and its various methods. With this you will be able to initialize strings using different constructors and use them. To see how the methods of the 'String' class work, see the following code.
Effective C#: Working with Strings
1/3/2006 7:03:31 AM.
Using string might degrade the performance of your application. This article explains about what precautions you should take when you are going to use strings in your application.
Boxing and Performance of Collections
1/3/2006 5:49:30 AM.
In this article, I will compare some performance issues of values and references types during boxing and unboxing operations.