| IFormatterTFormat Method (Stream, T) | 
            Writes a single data entry.
            
 
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxvoid Format(
	Stream writer,
	T data
)
Sub Format ( 
	writer As Stream,
	data As T
)
void Format(
	Stream^ writer, 
	T data
)
abstract Format : 
        writer : Stream * 
        data : 'T -> unit 
Parameters
- writer
 - Type: System.IOStream
Stream to write to. - data
 - Type: T
The data to write. 
See Also