OpenXmlSimpleType.Implicit(OpenXmlSimpleType to String) 演算子

定義

指定した属性値を String 値に暗黙的に変換します。

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 インスタンス。

戻り値

String

変換された文字列値。

適用対象