Table of Contents

Class Po2Binary

Namespace
Yarhl.Media.Text
Assembly
Yarhl.Media.Text.dll

Po to Binary converter.

public class Po2Binary : IConverter<Po, BinaryFormat>, IConverter
Inheritance
Po2Binary
Implements
Inherited Members

Methods

Convert(Po)

Convert the specified PO into a Binary stream.

public BinaryFormat Convert(Po source)

Parameters

source Po

Source PO.

Returns

BinaryFormat

The converted stream.

Remarks

It writes the header only if ProjectIdVersion is not empty.