OpenXmlSimpleType.Implicit(OpenXmlSimpleType to String) 运算符

定义

将指定的属性值隐式转换为 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

参数

xmlAttribute
OpenXmlSimpleType

OpenXmlSimpleType 实例。

返回

转换后的字符串值。

适用于