 | OpenXmlSimpleValueT Conversion (OpenXmlSimpleValueT to T) |
Implicitly converts the specified value to T.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static implicit operator T (
OpenXmlSimpleValue<T> xmlAttribute
)
Public Shared Widening Operator CType (
xmlAttribute As OpenXmlSimpleValue(Of T)
) As T
static implicit operator T (
OpenXmlSimpleValue<T>^ xmlAttribute
)
F# does not support the declaration of new casting operators.
Parameters
- xmlAttribute OpenXmlSimpleValueT
- The OpenXmlSimpleValue instance.
Return Value
TThe internal value in the OpenXmlSimpleValue class.
Exceptions
See Also