Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
C#
1.8k+ articles
CSharp-method
680+ articles
C# Programs
140+ articles
CSharp-Char-Struct
28 posts
Popular Articles
Recent Articles
C# | Char.ToLowerInvariant(Char) Method
Last Updated: 19 December 2019
This method is used to converts the value of a Unicode character to its lowercase equivalent using the casing rules of the invariant culture
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.ToUpperInvariant(Char) Method
Last Updated: 07 December 2021
This method is used to converts the value of a Unicode character to its uppercase equivalent using the casing rules of the invariant culture
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.Parse(String) Method
Last Updated: 01 February 2019
This method is used to convert the value of the specified string to its equivalent Unicode character.Syntax:public static char Parse (string
...read more
C#
CSharp-method
CSharp-Char-Struct
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
C#
1.8k+ articles
CSharp-method
680+ articles
C# Programs
140+ articles
C# | Char.IsSurrogatePair(String, Int32) Method
Last Updated: 01 February 2019
This method is used to indicates whether two adjacent Char objects at a specified position in a string form a surrogate pair or not.Syntax:p
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.IsLowSurrogate(String, Int32) Method
Last Updated: 07 September 2022
This method is used to indicates whether the Char object at the specified position in a string is a low surrogate or not. Syntax:public stat
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.IsSurrogate(String, Int32) Method
Last Updated: 16 January 2023
This method is used to indicates whether the character at the specified position in a specified string has a surrogate code unit or not. Syn
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.IsHighSurrogate(String, Int32) Method
Last Updated: 07 September 2022
This method is used to indicates whether the Char object at the specified position in a string is a high surrogate or not. Syntax:public sta
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.GetUnicodeCategory(String, Int32) Method with Examples
Last Updated: 17 January 2023
This method is used to categorizes the character at the specified position in a specified string into a group identified by one of the Unico
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.GetTypeCode() Method with Examples
Last Updated: 11 August 2021
This method is used to return the TypeCode for value type Char.Syntax:public TypeCode GetTypeCode ();Return Value: This method returns the e
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.GetHashCode() Method with Examples
Last Updated: 20 January 2023
This method is used to return the hash code for this instance.Syntax:public override int GetHashCode ();Return Value: This method returns a
...read more
C#
CSharp-method
CSharp-Char-Struct
C# Programs
C# | Char.ConvertFromUtf32(Int32) Method
Last Updated: 27 December 2022
This method is used to converts the specified Unicode code point into a UTF-16 encoded string.Syntax:public static string ConvertFromUtf32 (
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.ConvertToUtf32(String, Int32) Method
Last Updated: 05 December 2019
This method is used to converts the value of a UTF-16 encoded character or surrogate pair at a specified position in a string into a Unicode
...read more
C#
CSharp-method
CSharp-Char-Struct
C# | Char.IsSeparator ( ) Method
Last Updated: 20 June 2021
In C#, Char.IsSeparator() is a System.Char struct method which is used to check whether a Unicode character can be categorized as a separato
...read more
C#
CSharp-method
CSharp-Char-Struct
First
1
2
First
1
2
First
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !