Share via


OpenXmlSimpleType.Implicit(OpenXmlSimpleType to String) Operator

Definition

Implicitly converts a specified attribute value to a String value.

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

Parameters

xmlAttribute
OpenXmlSimpleType

The OpenXmlSimpleType instance.

Returns

The converted string value.

Applies to