OpenXmlSimpleValue<T>.Implicit(OpenXmlSimpleValue<T> to T) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implicitly converts the specified value to T.
public static implicit operator T (DocumentFormat.OpenXml.OpenXmlSimpleValue<T> xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> -> 'T
Public Shared Widening Operator CType (xmlAttribute As OpenXmlSimpleValue(Of T)) As T
Parameters
- xmlAttribute
- OpenXmlSimpleValue<T>
The OpenXmlSimpleValue instance.
Returns
T
The internal value in the OpenXmlSimpleValue class.
Exceptions
Thrown when xmlAttribute is null.