ExtensionMethods.GetOptionalAttribute Method |
Name | Description | |
---|---|---|
![]() ![]() | GetOptionalAttribute<T>(XmlReader, String, Func<String, T>) |
Gets the value of an optional attribute. If the attribute isn't present, string.Empty is returned.
|
![]() ![]() | GetOptionalAttribute<T>(XmlReader, String, Func<String, T>, T) |
Gets the value of an optional attribute. If the attribute isn't present, defaultValue is returned.
|