OpenXmlSimpleType.Implicit(OpenXmlSimpleType to String) Opérateur

Définition

Convertit implicitement une valeur d’attribut spécifiée en valeur string.

public static implicit operator string (DocumentFormat.OpenXml.OpenXmlSimpleType xmlAttribute);
public static implicit operator string? (DocumentFormat.OpenXml.OpenXmlSimpleType? xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.OpenXmlSimpleType -> string
Public Shared Widening Operator CType (xmlAttribute As OpenXmlSimpleType) As String

Paramètres

xmlAttribute
OpenXmlSimpleType

Instance OpenXmlSimpleType.

Retours

Valeur de chaîne convertie.

S’applique à