WATCH C# Corner's 1-week Power Platform Conference. FREE HERE.
x
Why Join
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
CAREER
MEMBERS
JOBS
About string
String
is collections of sequence character but the .NET technology it is a class representing a read-only text containing Unicode characters and these Unicode character are used to manipulate its contents. The
String
class is used for related operations such as concatenation, search, comparison, sorting, formatting, copying and displaying text and also used in globalized and localized applications by providing options for applying culture sensitive conventions for string operations wherever applicable.
String
in the .NET Framework considers Null as a character in the string form which results in the string operations executed in the .NET environment but not in the same way as execution in native C/++ code.
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 (10)
Nitin Bhardwaj (10)
Gopi Chand (8)
Rohit Gupta (2)
Sibeesh Venu (2)
Mike Gold (2)
Nipun Tomar (2)
Jignesh Trivedi (2)
Jin Vincent Necesario (2)
Arjun Panwar (2)
Harpreet Singh (2)
David Mccarter (2)
Amir Ali (2)
Sharad Gupta (2)
Harshal Limaye (1)
Rion Williams (1)
Pankaj Kumar Choudhary (1)
Nikunj Satasiya (1)
Vijay Kumari (1)
Nimit Joshi (1)
Parth Doshi (1)
Habibur Rony (1)
Ajay Yadav (1)
Sourav Kayal (1)
Vineet Kumar (1)
Satinder Singh (1)
Yatendra Sharma (1)
Shreesh Raj (1)
mingyongy (1)
paulyau (1)
odegirmenci (1)
Onkar Sharma (1)
Sandhya Shinde (1)
Dhairya Krishnat (1)
Tarun Agrawal (1)
Shiv (1)
Chandresh Pansuriya (1)
Abubackkar Shithik (1)
Ajith Mohan (1)
Satyajit Paul (1)
Akash Kumhar (1)
Vijay K (1)
Ranjit Powar (1)
Bohdan Stupak (1)
Anubhav Chaudhary (1)
Vijayakumar S (1)
Ramasagar Pulidindi (1)
Surya S (1)
Ankur Mishra (1)
Sanjay Makwana (1)
Abhishek Kumar Ravi (1)
Aashina Arora (1)
Alessandro Del Sole (1)
Manas Mohapatra (1)
Gagan Sikri (1)
Amit Kumar (1)
Yash Ghatge (1)
Monica Rathbun (1)
Dipa Mehta (1)
Abhinav Galodha (1)
Siddharth Gajbhiye (1)
Santhosh Teja (1)
Sarvesh Shinde (1)
Satendra Singh Bhati (1)
Related resources for string
No resource found
String Interpolation In C#
2/24/2021 3:15:18 AM.
C# string interpolation is used to format and manipulate strings. This feature was introduced in C# 6. Using string interpolation, we can use objects and expressions as a part of the string interpolat
Reverse A String In JavaScript
2/15/2021 4:15:47 PM.
In this article, we'll learn various which we could use to reverse a string in JavaScript
Handling Larger JSON String Values In .NET And Avoiding Exceptions
2/9/2021 9:31:37 AM.
In this article you will learn how to handle larger JSON String Values in .NET and avoiding exceptions.
String Functions in SQL Server
2/9/2021 9:05:11 AM.
This article explains various string functions in SQL Server.
Split Alphabets From Alphanumeric String In SQL Server
2/3/2021 1:55:14 PM.
This article gives an explanation about how to split alphabets from the alphanumeric string in an SQL server. Here I'll also explain how to create a function in an SQL server.
How Can We Get Last Characters Of A String In Java?
1/25/2021 6:27:30 PM.
In this article, we will learn about String in Java Programming Language with examples.
How To Get The Last N Characters Of A String In Python
1/25/2021 6:21:27 PM.
The articles tell you different ways of finding the last N characters from a String in Python.
Working With Model Class and Connection String in MVC 5
1/20/2021 11:49:02 AM.
This article introduces how to work with Models and Connection Strings and helps you to add some classes for the application for helping manage databases and to create or maintain the Connection Strin
How to use String in Java
1/18/2021 5:20:00 AM.
The tutorial explains everything about String in Java. Learn how to use Java String methods and properties.
Converting Simple JSON String To Data Table Using C# In UiPath
1/11/2021 7:11:37 PM.
In this, article we will be learning how to convert a simple JSON String To Data Table using C# in UiPath.
Implementing CQRS Pattern with Vue.js and ASP.NET Core MVC
1/6/2021 5:10:02 AM.
This article mainly focuses on the CQRS pattern, how we can implement CQRS Pattern using MediatR, and how to use the CQRS pattern with ASP.NET MVC Core and Vue.Js.
Encrypt And Decrypt Connection String In Web.Config File
1/5/2021 11:51:07 AM.
In this article we are going to see how we can encrypt and secure our connection string in our web config file.
Binary Cracking and Byte Patching With IDA Pro
12/30/2020 6:54:50 AM.
This article explains one of the amazing tactics of patching the binary code and the production of a new executable file using IDA Pro.
Improve Performance of .NET Application
12/28/2020 12:50:24 PM.
This article provides some concepts for improving the performance of .NET applications.
Substring in C#
12/14/2020 11:03:56 PM.
Learn how to get a C# Substring from a string using String.Substring method in C#.
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
3 Ways to Convert DataTable to JSON String in ASP.NET C#
11/25/2020 4:48:46 AM.
This article explains how to convert a DataTable to JSON in ASP.NET C#. Learn how to serialize a DataTable to a JSON array in C# OR how to return a JSON String from a DataTable in ASP.NET C#.
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.
How To Use StringBuilder And File Class For .NET Application
11/23/2020 8:17:40 AM.
Here, I am going to share how and why should we create error log in our application.
Writing ADO.NET Applications
11/2/2020 9:51:29 AM.
In this article I will explain you basic steps required to write an ADO.NET Application.
CDataService: A Generic Database Access Class
11/2/2020 5:13:26 AM.
Using a generic database access component in data-aware applications can simply development and separate data tier from business tier.
Basic Database Operations in ADO.NET
11/2/2020 5:02:03 AM.
This Article will show the basic database transactions select, insert update and delete.
Kuti.Data
11/1/2020 11:49:05 PM.
The attached source code file has two parts - DataObject directory and Automatic SQL Generator.
Connecting to a Text file using ADO.NET
10/30/2020 5:02:19 AM.
A simple step by step tutorial shows you how to connect to a text file using ADO.NET and C#..
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
Working With Query String (Or Query Parameter) In Blazor
10/27/2020 12:17:40 PM.
In this article, you will learn about Query string (or Query Parameter) in Blazor.
Identify If A Variable Is An Array Or Object In JavaScript
10/26/2020 1:25:06 PM.
This article will show and guide you to choose the functions and operators when checking if a variable is an array or object.
Oracle Connection String in C#
10/15/2020 7:58:35 AM.
We will learn connection string format for Oracle data providers in C#.
Generate Random Number And Random String In C#
10/13/2020 9:51:50 PM.
The Random.Next() method returns a random number in C#. The Random class's RandomByte and RandomDouble method returns a random byte and and a random double integer. The code examples show how to g
MySQL Functions
10/5/2020 2:52:30 PM.
In this tutorial, I have described various MySQL Functions in detail with various examples.
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#.
String Functions in MySQL
9/29/2020 8:02:43 AM.
In this article, learn how to use MySQL string functions.
State Management In MVC
9/28/2020 8:47:14 AM.
In this article, you will learn about State Management in MVC.
String Functions Or Text DAX Function In Power BI
9/25/2020 8:43:30 AM.
In this article, you will learn about String Functions or Text DAX Function in Power BI.
Convert PHP Array to String
9/24/2020 11:14:14 AM.
This code explains how to convert an array into a string in PHP.
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.
Trim String in C#
9/20/2020 7:10:07 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
Query String In PowerApps URL
9/2/2020 11:14:26 AM.
We can use query string parameters in PowerApps URL and redirect to the specific item directly using the link from an email.
Working With a Sub String Index in MySQL
8/6/2020 2:03:12 AM.
In this article we have to explain the substring index and how to return the substring from a string.
Basics of JavaScript: Part 5 (String Functions)
7/17/2020 3:54:12 AM.
This article explains the various string functions available in JavaScript.
Coding Faster With The dotNetTips Utility - StringBuilder Extensions
6/24/2020 10:20:15 PM.
In this article you will learn about coding faster with the dotNetTips Utility - StringBuilder Extensions.
Kotlin - Array And String
6/11/2020 12:13:01 AM.
Kotlin arrays and Kotlin strings are two commonly used data types. In this article, you will learn about how to use arrays and strings in Kotlin.
Format Number, Currency And Date Using toLocaleString Method In JavaScript
6/2/2020 8:54:23 AM.
In this article we will learn how to format Number, Currency and Date using toLocaleString method in javascript
Query String Using JavaScript
6/2/2020 4:29:24 AM.
This article explains how to use the query string properties and methods available in JavaScript.
Check If String Contains Substring In JQuery
5/29/2020 6:39:45 AM.
In this article, learn how to search string or substring in JQuery or JavaScript. JQuery Substring or JavaScript Subscript code example.
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.
Printing Invoices using C# and .NET
5/21/2020 4:31:07 AM.
This program can stand improvements but it will get you started in creating an invoice and printing it to the printer.
JavaScript Strings
5/19/2020 6:13:25 AM.
In this article we will learn about the properties and methods of string in JavaScript.
Convert Date To String in TypeScript
5/18/2020 12:57:50 AM.
In this article you will learn about the date object's toDateString method in TypeScript.
Refactoring String Into a Specific Type
5/15/2020 8:33:02 AM.
In this article, you will learn about refactoring string into specific types.
Get Values From Query String Using jQuery
5/13/2020 1:07:43 AM.
This article explains how to get values from a query string using jQuery.
Basics of JavaScript: Part 4
5/6/2020 1:13:56 PM.
In this article we will learn how to work with strings and numbers.
String Objects in JavaScript
4/24/2020 3:29:57 PM.
In this article, you will learn about String Object in JavaScript.
String Object Methods in JavaScript
4/23/2020 3:41:49 PM.
In this article we will learn various string object methods in JavaScript.
Learn About Strings in Python
4/21/2020 3:19:55 PM.
In this article, I will explain strings in Python.
Exercice 1 of JavaScript Objects With String
4/14/2020 9:51:55 PM.
This article explains JavaScript Objects with Strings.
Read SharePoint List Item Attachment (image) and Convert Into Base64 String Using CSOM Through App Only Authentication
4/9/2020 4:00:00 PM.
This article will help you to fetch SharePoint list items and convert it to base64 string.
Day 8: AutoComplete Text View in Android
3/31/2020 1:36:57 PM.
In this article you will learn about the AutoComplete Text View in Android.
Getting Array From String.xml File in MultiAutoCompleteTextView in Android
3/31/2020 12:35:28 AM.
This article explains how to use an array from string.xml in MultiAutoCompleteTextView.
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
Xamarin.Forms - Useful String Converters for Your Text
3/11/2020 4:14:41 PM.
In this article, I will share some useful string converters for Xamarin.Forms that I use in my daily work to format specific content
Split String In C#
3/3/2020 10:25:14 AM.
Learn how to split a string in C#. A string can be splitted in C# separated by a character delimiter, string delimiter, and an array of characters.
HTTP in Android
2/27/2020 3:11:21 AM.
This article explains HTTP in Android. HTTP stands for HyperText Transfer Protocol. It is used for communication between the client and server. HTTP works as a request/response protocol between a clie
String To DateTime Conversion In C#
2/25/2020 7:06:48 AM.
C# convert string to datetime. Learn how to convert a string to datetime in C#. There are several common methods including Convert.ToDateTime, DateTime.Parse, and DateTime.ParseExact to convert a stri
Working With JSON String In C#
2/18/2020 4:33:28 AM.
In this article you will learn how to work with C# JSON string. JSON is a lightweight data interchange format. JSON is language independent, easy to understand and self-describing. C# json parser code
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.
String Operations In Python
2/14/2020 2:58:34 AM.
Strings in Python are one of the most use data types. In this article, we will learn how to perform various operations on strings in Python. Code examples on string substring in Pyhton, add strings, i
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.
String Function In SQL Server
2/13/2020 12:30:06 AM.
In this article, you will learn about String Function in SQL Server.
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.
Convert string to char array in C#
1/11/2020 3:11:45 AM.
How to convert a string to a char array using C#. The ToCharArray method of the string class converts a string to a character array.
Compress XML, String, Variables in Client Side and Export in HTML5 Using jQuery
1/9/2020 5:37:53 AM.
In this article you will learn how to compress a XML, String, Variables in the client side and export in HTML5 using JQuery.
How To Get Localized Number Format Based On Country Using Angular 8
12/26/2019 9:54:28 AM.
I have seen many users get confused about how different countries use different formats to display number format according to their country code. Most of the countries use "dot notation" as
How To Encrypt And Decrypt In C# Using Simple AES Keys
11/25/2019 10:36:40 PM.
In this article, a string is encrypted and decrypted based on public-key cryptography
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 Object Method In TypeScript: Part 5
10/15/2019 1:33:07 AM.
In this article you will learn about the string object's indexOf method in TypeScript.
Number Object Method In TypeScript: Part 4
10/15/2019 12:47:35 AM.
In this article, you will learn about the number object method toPrecision in TypeScript.
String Object Method In TypeScript: Part 2
10/13/2019 10:57:05 PM.
In this article you will learn about the TypeScript concat string method.
String Object Method In TypeScript: Part 7
10/12/2019 7:54:27 AM.
In this article you will learn about the string object's toUpperCase method in TypeScript.
Create HTML Table From Delimited String In Microsoft FLOW
10/11/2019 7:59:28 AM.
In this article we will see how to create HTML table from a delimited string using Microsoft FLOW. You can send this html table as an email.
Array Object In TypeScript: Part 6
10/11/2019 4:26:31 AM.
In this article, you will learn about the array object methods splice and toString in TypeScript.
String in TypeScript
10/9/2019 2:11:14 AM.
In this article I am going to explain how to use a string and how to use it's properties and methods in TypeScript.
Primitive Types in TypeScript
10/7/2019 3:54:11 AM.
In this article I explain what a primitive type is and how to use them in TypeScript.
String Object Method In TypeScript: Part 3
10/7/2019 2:02:04 AM.
In this article you will learn about the string object's Search method in TypeScript.
String Object Method In TypeScript: Part 4
10/7/2019 12:52:19 AM.
In this article you will learn about the string object's replace method in TypeScript.
String Object Method In TypeScript: Part 6
10/4/2019 5:07:42 AM.
In this article you will learn about the string object's toLowerCase method in TypeScript.
String Object Method In TypeScript: Part 1
10/1/2019 2:48:30 AM.
In this article, you will learn about the string object methods charAt and charCodeAt in TypeScript.
String Class Methods in Java: Session 2
9/29/2019 8:30:02 AM.
This article explains more string methods using suitable examples.
Java StringTokenizer Class
9/27/2019 6:12:28 AM.
This article explains the StringTokenizer class used in Java and its methods with simple examples for a better understanding.
String Functions in Java
9/27/2019 5:18:32 AM.
In this article you will learn about the various string functions in Java.
How To Replace Characters In A C# String
9/26/2019 9:00:34 AM.
In this article, you will learn how to replace a substring in a C# string.
How to Encrypt and Decrypt the String in Java Without Using Any Algorithm
9/26/2019 6:54:49 AM.
This article teaches you how a string can be simply encrypted & decrypted 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 5
9/26/2019 6:03:27 AM.
This article explains the StringBuffer class in continuation with the previous lectures. Here, some important forms of the insert() method are also described.
Learn StringBuffer Class in Java: Lecture 4
9/26/2019 5:53:41 AM.
This article describes the StringBuffer class in continuation of the previous lectures. Here, some important forms of the insert() method are also described.
Learn StringBuffer() Class in Java: Lecture 3
9/26/2019 5:40:51 AM.
This article explains the Java StringBuffer() class method in detail, StringBuffer append().
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download