次の方法で共有


OpenXmlSimpleType.Implicit(OpenXmlSimpleType to 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 インスタンス。

戻り値

変換された文字列値。

適用対象