Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implicit converter to String.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
xmlAttribute As OpenXmlSimpleType _
) As String
'Usage
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.