Exemplo n.º 1
0
 private static byte[] ConvertLengthToBytes(int len)
 {
     return(Int32Converter.ToArray(len));
 }