Creates the piped string (cadena) from an XML file.

Namespace:  FirmaSAT
Assembly:  diFirmaSatNet (in diFirmaSatNet.dll) Version: 2.0.0.31703 (2.0.0.0)

Syntax

C#
public static string MakePipeStringFromXml(
	string xmlFile
)
Visual Basic (Declaration)
Public Shared Function MakePipeStringFromXml ( _
	xmlFile As String _
) As String

Parameters

xmlFile
Type: System..::.String
Full path to XML file to be validated

Return Value

Pipe string in UTF-8 encoding

See Also