Search
Converter Members
Constructors Methods
 


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

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

 Public Constructors

  Name Description

Converter

Initializes a new instance of the Converter class.

 Public Methods

  Name Description

fromBoolean

Converts the specified bool value to string.

fromByte

Converts the specified byte value to string.

fromChar

Converts the specified char 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.

fromSingle

Converts the specified float value to string.

imageFromString

Converts the specified string value to image.

toBoolean

Converts the specified string value to bool.

toByte

Converts the specified string value to a byte value.

toChar

Converts the specified string value to char.

toColor

Converts the specified string value to Color.

toDouble

Converts the specified string value to double.

toImage

Converts the specified string value to image.

toSingle

Converts the specified string value to a float.

 See Also