Name | Description | |
---|---|---|
![]() ![]() | Attribute | Overloaded. This generic method produces an XAttribute with the given value if the value is not equal to the given default value, using the given conversion function to convert the value to a string. |
![]() ![]() | AttributeEnum<T> | Generate an XAttribute for an enumerated type value, unless the value is equal to the given default value. |
![]() ![]() | Elements<T> | Generate an XElement containing nested child XElement s, one for each item in the given collection. |
![]() ![]() | Read | Overloaded. This generic method produces a property value from an XElement 's attribute value, using a conversion function to convert the string to the expected type, and returning a default value if the conversion fails. |
![]() ![]() | ReadElements<T> | Consume an XContainer that is assumed to hold a collection of nested child XElement s each holding a value to be converted to the given data type. |
![]() ![]() | ReadEnum<T> | Consume an XAttribute on an XElement , converting the attribute's value to an enumerated type, or return the default value if the attribute is not present or if there is a conversion exception. |
![]() ![]() | ToBoolean | This data conversion function converts a String to a Boolean. |
![]() ![]() | ToDateTime | This data conversion function converts a String to a DateTime. |
![]() ![]() | ToDecimal | This data conversion function converts a String to a Decimal. |
![]() ![]() | ToDouble | This data conversion function converts a String to a Double. |
![]() ![]() | ToGuid | This data conversion function converts a String to a Guid. |
![]() ![]() | ToIEnumerableOfDouble | This data conversion function converts a String to a sequence of Doubles. |
![]() ![]() | ToIEnumerableOfInt32 | This data conversion function converts a String to a sequence of Int32. |
![]() ![]() | ToIEnumerableOfPoint | This data conversion function converts a String to a sequence of Points. |
![]() ![]() | ToInt32 | This data conversion function converts a String to an Int32. |
![]() ![]() | ToPoint | This data conversion function converts a String to a Point. |
![]() ![]() | ToRect | This data conversion function converts a String to a Rect. |
![]() ![]() | ToSize | This data conversion function converts a String to a Size. |
![]() ![]() | ToString | Overloaded. This data conversion function converts a String to a String by just returning its argument. |
![]() ![]() | ToThickness | This data conversion function converts a String to a Thickness. |
![]() ![]() | ToTimeSpan | This data conversion function converts a String to a TimeSpan. |