次の方法で共有


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

Return Value

Type: System.String
The string value.

See Also

Reference

OpenXmlSimpleType Class

OpenXmlSimpleType Members

DocumentFormat.OpenXml Namespace