Xml |
| Name | Description | |
|---|---|---|
| GetValueOrNull(Object) | Reads a value from the current element using its Type attribute and returns for undefined values. | |
| GetValueOrNull(String, Object) | Reads a value of unknown type or returns null. | |
| GetValueOrNullT(String, Object) | Reads a value of type T or returns null. |