Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7924261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:40:36+00:00 2026-06-03T17:40:36+00:00

I have an interface that is called by unmanaged code. It passes a BSTR

  • 0

I have an interface that is called by unmanaged code. It passes a BSTR type but the data is in ascii string. When it’s being written to the file I’m seeing unexpected characters. My thinking of how the data would travel Unmanaged[BSTR[ASCII]] –> Managed[String[ASCII]] –> File[Unicode[ASCII]] so the characters at the input should be the same as those at output. Is this correct? The interface function being called by the unmanaged code is below.

 //C# interface called by unmanged code
 public void WriteOutFile([In] [MarshalAs(UnmanagedType.BStr)] String asciiData)
 {
      File.WriteAllText(fileName, asciiData);
 }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:40:37+00:00Added an answer on June 3, 2026 at 5:40 pm

    First, .NET strings are always unicode strings. You can get any representation of concrete string, using corresponding encoding, but all of chars in the string are unicode chars.

    Second, if you are using UnmanagedType.BStr, then unmanaged code must pass BSTR and solve character encoding problems itself (ASCII is single byte, BSTR is double byte). If it is impossible, you should consider another type for marshaling, e.g. UnmanagedType.LPStr.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an interface that contains a single method called ListAll() using System.Collections.Generic; namespace
I have an interface (called Subject ) that has the following method: public void
I have an interface called IAddress, and a class called Address that handles street,
I have a javascript interface implemented in Java that is called by my javascript
I have an Interface called IStep that can do some computation (See Execution in
I have an interface that includes a member that looks like: void ExecuteSqlCommand(string procedureName,
I have an interface that has large numbers of controls, see image below. Interface
I have an interface that defines the ability to persist an entity to a
I have an interface that has two toolbars, one attached to the frame and
I have an interface that, among other things, implements a public IEnumerator GetEnumerator() method,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.