web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

how assign string value to stream by code x++

(0) ShareShare
ReportReport
Posted on by 45

Hello exports,

when i try to assign string value to stream, i get the error of data convert :

Cannot  implicitly convert from type 'str' to type 'System.IO.Stream'

pastedimage1628504047771v1.png

How i can resolve the problem please ?

Thanks

I have the same question (0)
  • Suggested answer
    ergun sahin Profile Picture
    8,826 Moderator on at

    System.Byte[] byteArray = System.Text.Encoding::get_UTF8().GetBytes(contents);
    System.IO.MemoryStream stream = new System.IO.MemoryStream(byteArray);

    Note: You can find the original at the link below. I wrote it in the Editor for X . There may be minor differences.

    stackoverflow.com/.../convert-string-to-system-io-stream

  • Martin Dráb Profile Picture
    239,040 Most Valuable Professional on at

    By the way, the variable name (invoicePath) suggests that it contains just a path, not the content of the file. Are you sure that what you want to attach is just the text with the path? If you want to attach the whole file, you need to read it from the path (and assign the content, not the path, to the 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 616

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 460 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 331 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans