An NDoc Documented Class Library

Converter.readJntToXml Method 

This code is coppied verbatim from an example on MSDN by Casey Chesnut http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dntablet/html/tbconJournXML.asp It uses Microsoft's JournalReader.ReadFromStream method to change a binary JNT file into Microsoft's XML format

public static XmlDocument readJntToXml(
   Stream jntStream
);

Parameters

jntStream
Stream containing a binary JNT file.

Return Value

XmlDocument in Microsoft's format, based on information from JNT file.

See Also

Converter Class | Converter Namespace