XmlDocument.createXmlDeclaration Method

Syntax

public XmlDeclaration createXmlDeclaration(
    str version, 
    str encoding, 
    str standalone)

Run On

Called

Parameters

  • version
    Type: str
  • encoding
    Type: str
  • standalone
    Type: str

See Also

Reference

XmlDocument Class