MindFusion.Wpf Pack Programmer's Guide
XmlConvert Methods
 


 Public Methods

  Name Description

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.

FromEnum

Converts the specified enum value to a string.

FromImage

Converts the specified image to string.

FromImageV4

Converts the specified image to string.

FromInt16

Converts the specified 16-bit integer value to string.

FromInt32

Converts the specified 32-bit integer value to string.

FromInt64

Converts the specified 64-bit integer to string.

FromSingle

Converts the specified float value to string.

FromStream

Converts the specified stream to string.

FromStreamV4

Converts the specified memory stream to string.

FromXmlElement

Reads a Point value from the specified XML element.

ImageFromString

Converts the specified string value to image.

ToBoolean

Converts the specified string value to bool.

ToColor

Converts the specified string value to Color.

ToDouble

Converts the specifed string value to double.

ToEnum

Converts the specified string value to its corresponding enumeration member of the specified type.

ToImage

Converts the specified string value to image.

ToImageV4

Converts the specified string value to image.

ToInt16

Converts the specified string value to 16-bit integer.

ToInt32

Overloaded.  

ToInt64

Converts the specified string value to 64-bit integer.

ToSingle

Converts the specified string value to float.

ToStream

Converts the specified string value to stream.

ToStreamV4

Converts the specified string value to stream.

 See Also

XmlConvert Class
MindFusion.Diagramming.Wpf Namespace