OpenXmlSimpleType Implicit Conversion (OpenXmlSimpleType to String)
Implicit converter to String.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Shared Widening Operator CType ( _
xmlAttribute As OpenXmlSimpleType _
) As String
用法
Dim input As OpenXmlSimpleType
Dim output As String
output = CType(input, String)
public static implicit operator string (
OpenXmlSimpleType xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.OpenXmlSimpleType
The OpenXmlSimpleType instance.
Return Value
Type: System.String
The string value.