Charting for WinForms Programmer's Guide
Converter Members
Methods
 


Provides capabilities to convert various types to and from strings in a cutlure-independent way.

The following tables list the members exposed by the Converter type.

 Public Methods

  Name Description

FromBase64String

Converts the specified Base64String to a string.

FromBoolean

Converts the specified bool value to string.

FromColor

Converts the specified color value to string in the format #AARRGGBB.

FromDouble

Converts the specified double value to string.

FromImage

Converts the specified image to string.

FromInt32

Converts the specified 32-bit integer value to string.

FromInt64

Converts the specified 64-bit integer to string.

FromPointString

Converts the specified comma separated string to a list of PointF objects.

FromSingle

Converts the specified float value to string.

ToBase64String

Converts the specified string to a Base64String.

ToBoolean

Converts the specified string value to bool.

ToColor

Converts the specified string value to Color.

ToDateTime

Converts the specified string value to DateTime.

ToDouble

Converts the specified string value to double.

ToImage

Converts the specified string value to image.

ToInt32

Converts the specified string value to 32-bit integer.

ToInt64

Converts the specified string value to 64-bit integer.

ToPointString

Converts the list of PointF objects to a comma separated string.

ToSingle

Converts the specified string value to float.

 See Also

Converter Class
MindFusion.Json Namespace