Utility.WriteXmlAttribute (String, Double, XmlTextWriter) Method

Public Shared Sub WriteXmlAttribute( _ 
ByVal name As String, _ 
ByVal value As Double, _ 
ByVal writer As XmlTextWriter
)
This language is not supported or no code example is available.
public static void WriteXmlAttribute( 
string name
double value
XmlTextWriter writer 
)
This language is not supported or no code example is available.

Parameters

name
string

value
double

writer
XmlTextWriter

.NET Framework

Supported in: 4.8

In this article

Definition