Used to create an Xml declaration
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As XmlHelper
Dim version As String
Dim encoding As String
Dim standalone As String
Dim value As XmlNode
value = instance.CreateXmlDeclaration(version, encoding, standalone) |
Parameters
- version
- version as defined by the Xml Specification
- encoding
- default encoding to use for the document as defined by the Xml Spec
- standalone
- To be stand-alone, or Not
Return Value
XmlNode
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also