The Extensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Deserialize<(Of <<'(T>)>>)(XmlDocument) |
Generic method to deserialize an XML document.
|
![]() ![]() | Deserialize<(Of <<'(T>)>>)(XmlElement) |
Generic method to deserialize an XML element.
|
![]() ![]() | GetAttributeValue<(Of <<'(T, TExpected>)>>)(Enum, Func<(Of <<'(T, TExpected>)>>)) |
Extension Methods for retrieving a value from an attribute
|
![]() ![]() | GetAttributeValue<(Of <<'(T, TExpected>)>>)(Object, Func<(Of <<'(T, TExpected>)>>), String) |
Extension Methods for retrieving a value from an interface
(Defined by Extensions.) |
![]() ![]() | IsNullOrEmptyWhitespace |
Extension method to check for whitespace in addition to null and empty string.
|
![]() ![]() | SerializeToXml(Object) |
Serializes any object to XML.
(Defined by Extensions.) |
![]() ![]() | SerializeToXml(Object, String) |
Serializes any object to XML.
(Defined by Extensions.) |