WriteUTF32() public method

public WriteUTF32 ( string value ) : void
value string
return void
Beispiel #1
0
 public override ByteArray Run()
 {
     ByteArray bytes = new ByteArray();
     bytes.WriteUTF32(Properties.ToJson());
     return bytes;
 }