OpenXmlSimpleType Implicit Conversion (OpenXmlSimpleType to String)

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

Return Value

Type: System.String
The string value.

See Also

Reference

OpenXmlSimpleType Class

OpenXmlSimpleType Members

DocumentFormat.OpenXml Namespace