Example #1
0
 public StringConverter(ByteConverter byteConverter)
 {
     _byteConverter = byteConverter;
 }