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

Ipv4StringToNetworkOctetTransformer

The Ipv4StringToNetworkOctetTransformer will produce network order octet bytes from the string representation of an Internet Protocol version 4 address.

Examples

<DataModel name="Ex1">
    <Blob name="TransformMe" value="127.0.0.1">
      <Transformer class="Ipv4StringToNetworkOctet" />
    </Blob>
  </DataModel>