What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Utf16LeTransformer

The Utf16LeTransformer will produce a UTf-16 encoding of the value in the parent data model with a Little endian BOM marker.

Examples

 <DataModel name="Ex1">
    <String name="TransformMe" value="The brown lazy fox jumped over the fuzzed buffer">
      <Transformer class="Utf16Le" />
    </String>
  </DataModel>