Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : pO+W/fpR5ov522c/jusEq9
Microsoft Dynamics AX (Archived)

store c# byte array as image in ax

Like (0) ShareShare
ReportReport
Posted on 13 May 2017 09:34:04 by

hi,

i  have  custom ax service ,  which  must  receive  byte [ ]  from  c#   and  i must store  image in ax database .  i know  , that i must  store  image in container with EDT  - bitmap .  but  i don't know how to  transform  c# System.byte[]  to   ax  container .

*This post is locked for comments

  • Goloknath Profile Picture
    on 26 May 2017 at 12:36:38
    RE: store c# byte array as image in ax

    yes ,  thank you martin for your help.

  • Verified answer
    Martin Dráb Profile Picture
    232,716 Most Valuable Professional on 26 May 2017 at 12:20:15
    RE: store c# byte array as image in ax

    You can simply pass a byte array to MemoryStream constructor. Alternatively you can use its Write() method.

    As you can see, these are .NET objects and have nothing to do with AX, therefore you usually have to look into .NET documentation and .NET forum for such information.

  • Goloknath Profile Picture
    on 26 May 2017 at 12:02:09
    RE: store c# byte array as image in ax

    yes , I am  trying to use that class , but I didn't find a method  , that puts  byte array to memory stream object.

  • Suggested answer
    Martin Dráb Profile Picture
    232,716 Most Valuable Professional on 13 May 2017 at 10:40:59
    RE: store c# byte array as image in ax

    You can use Binary class.

    constructFromMemoryStream() creates an instance from a stream and getContainer() gives you a container. You just have to put your byte array to memory stream.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,727 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,716 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans
Loading complete