Helper class for XML files (based on Linq to XML).

C# | Visual Basic |
public static class XMLHelper
Public NotInheritable Class XMLHelper

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | GetAttributeValue(XElement, String) |
Returns the value of an attribute.
|
![]() ![]() | GetAttributeValueGeneric<(Of <<'(T>)>>)(XElement, String) |
Returns the value of an attribute and converts it to the format
specified in the generic type.
|
![]() ![]() | NewAttribute(String, Object) |
Returns a new attribute. If the value is null, the value is changed
to string.Empty (XAttribute doesn't support null values!).
|

Object | |
![]() | XMLHelper |