Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.8K+ articles
DSA
20.1K+ articles
Python
20.0K+ articles
Experiences
15.9K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.3K+ articles
JavaScript
10.1K+ articles
Java
9.6K+ articles
C#
1.9K+ articles
CSharp-method
701+ articles
CSharp Convert Class
20 posts
Recent Articles
Popular Articles
C# | Convert.ToByte(String, IFormatProvider) Method
Last Updated: 02 September 2021
This method is used to convert the specified string representation of a number to an equivalent 8-bit unsigned integer, using specified culture-specific formatting informa...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToChar(String, IFormatProvider) Method
Last Updated: 27 November 2019
This method is used to convert the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information.Syntax:pu...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToDateTime(String, IFormatProvider) Method
Last Updated: 02 September 2021
This method is used to convert the specified string representation of a number to an equivalent date and time, using the specified culture-specific formatting information....
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToDecimal(String, IFormatProvider) Method
Last Updated: 29 August 2021
This method is used to convert the specified string representation of a number to an equivalent decimal number, using the specified culture-specific formatting information...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToDouble(String, IFormatProvider) Method
Last Updated: 18 December 2019
This method is used to converts the specified string representation of a number to an equivalent double-precision floating-point number, using the specified culture-specif...
read more
C#
CSharp-method
CSharp Convert Class
C# Convert Class
Last Updated: 31 January 2025
Convert class in C# provides different methods to convert a base data type to another base data type. The base types supported by the Convert class are Boolean, Char, SByt...
read more
C#
CSharp Convert Class
C# | Convert.ToInt16(String, IFormatProvider) Method
Last Updated: 10 December 2019
This method is used to convert the specified string representation of a number to an equivalent 16-bit signed integer, using the specified culture-specific formatting info...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToInt32(String, IFormatProvider) Method
Last Updated: 05 December 2019
This method is used to converts the specified string representation of a number to an equivalent 32-bit signed integer, using the specified culture-specific formatting inf...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToInt64(String, IFormatProvider) Method
Last Updated: 16 December 2019
This method is used to converts the specified string representation of a number to an equivalent 64-bit signed integer, using the specified culture-specific formatting inf...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToSByte(String, IFormatProvider) Method
Last Updated: 05 December 2019
This method is used to convert the specified string representation of a number to an equivalent 8-bit signed integer, using the specified culture-specific formatting infor...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToSingle(String, IFormatProvider) Method
Last Updated: 19 September 2021
This method is used to converts the specified string representation of a number to an equivalent single-precision floating-point number, using the specified culture-specif...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToString(String, IFormatProvider) Method
Last Updated: 02 September 2021
This method is used to returns the specified string instance and no actual conversion is performed.Syntax:public static string ToString (String, IFormatProvider);Parameter...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToUInt16(String, IFormatProvider) Method
Last Updated: 19 September 2021
This method is used to convert the specified string representation of a number to an equivalent 16-bit unsigned integer, using the specified culture-specific formatting in...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToUInt32(String, IFormatProvider) Method
Last Updated: 16 December 2019
This method is used to converts the specified string representation of a number to an equivalent 32-bit unsigned integer, using the specified culture-specific formatting i...
read more
C#
CSharp-method
CSharp Convert Class
C# | Convert.ToUInt64(String, IFormatProvider) Method
Last Updated: 20 January 2023
This method is used to converts the specified string representation of a number to an equivalent 64-bit unsigned integer, using the specified culture-specific formatting i...
read more
C#
CSharp-method
CSharp Convert Class
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 !