BaseObject ToXml Method (Encoding)Nemiro.Data.dll
Serializes an instance of the derived class to XML with specified encoding.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public string ToXml(
	Encoding encoding
)

Parameters

encoding
Type: System.Text Encoding
Encoding that will be used during serialization.

Return Value

Type: String
See Also