| Overload | Description |
|---|---|
| ToGoodValueResult(Func<Exception,Exception>) | Converts this attribute data result to a OpcLabs.BaseLib.OperationModel.ValueResult, ensuring the status is good. |
| ToGoodValueResult<TValue>(Func<Exception,Exception>) | Converts this attribute data result to a strongly-typed OpcLabs.BaseLib.OperationModel.Generic.ValueResult<T>, ensuring the status is good and converting the value to the specified type. |