Writes the standard integer vale.
Namespace:
CAS.Lib.CommonBus.Xml
Assembly:
CommServer.CommonBus (in CommServer.CommonBus.dll)
public static void WriteStandardIntegerVale(
XmlWriter XmlWriterStreamOfSettings,
string NameOfAttribute,
int ValueToBeWritten
)
Public Shared Sub WriteStandardIntegerVale ( _
XmlWriterStreamOfSettings As XmlWriter, _
NameOfAttribute As String, _
ValueToBeWritten As Integer _
)
public:
static void WriteStandardIntegerVale(
XmlWriter^ XmlWriterStreamOfSettings,
String^ NameOfAttribute,
int^ ValueToBeWritten
)
Parameters
- XmlWriterStreamOfSettings
- Type: XmlWriter
The XML writer stream of settings.
- NameOfAttribute
- Type: String
The name of attribute.
- ValueToBeWritten
- Type: Int32
The value to be written.