Browse by Tags

Related Posts
  • Blog Post: Binary data in AX2012

    For a manipulation with binary data (e.g. binary files including images, serialized objects etc.), AX particularly offers classes BinData , BinaryIo and Binary . While the first two ones are the same in AX2012 as in AX2009, Binary got few new a useful methods: public static Binary constructFromContainer...