Freigeben über


EnumValue<T> Implicit-Konvertierung (EnumValue<T> to String)

Implicit converter to String.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As EnumValue(Of T) _
) As String
'Usage
Dim input As EnumValue(Of T)
Dim output As String

output = CType(input, String)
public static implicit operator string (
    EnumValue<T> value
)

Parameter

Rückgabewert

Typ: System.String
The converted string

Siehe auch

Referenz

EnumValue<T> Klasse

EnumValue<T>-Member

Implicit Überladung

DocumentFormat.OpenXml-Namespace