EnumValue<T> Implicit Conversion (EnumValue<T> to String)
Implicit converter to String.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Shared Widening Operator CType ( _
value As EnumValue(Of T) _
) As String
'Применение
Dim input As EnumValue(Of T)
Dim output As String
output = CType(input, String)
public static implicit operator string (
EnumValue<T> value
)
Parameters
- value
Type: DocumentFormat.OpenXml.EnumValue<T>
The value to be converted
Return Value
Type: System.String
The converted string