TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About Convert class
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 (6)
Sangeetha S (1)
Related resources for Convert class
No resource found
How to Convert String Representation Number To Integer In C#
12/30/2021 4:36:07 AM.
C# per-define functions using string representation number to integer conversion.
Convert a Boolean to a Byte in C#
12/19/2018 10:34:05 PM.
Convert a Boolean to a Byte using C# and .NET. A byte is an 8-bit unsigned integer. The ToByte method of the Convert class converts other base data types to a byte data type.
Verify XML Names Using C#
5/27/2013 1:49:55 PM.
The XML specification does not allow some characters to be a part of valid XML names. We can use the XMLConvert class and its methods to verify, encode and decode names.
The XmlConvert class
9/29/2012 6:01:36 AM.
In this article I will explain you how to read an XmlConvert Class in ADO.NET.
Convert a Char to a Byte in C#
7/5/2012 11:44:08 AM.
How to convert a char data type to a byte data type using C#.
Convert Boolean to Byte in C#
7/4/2012 2:33:16 PM.
How to convert a boolean type to a byte type using C# and .NET.
The Convert Class : Conversion Made Easy in .NET
12/23/2005 12:02:44 AM.
The Convert class takes care of most of the data type conversions in .NET programming.