09-01-2018 08:57 AM
Hi, I need to get return data from a .net control (.dll). But the argument is stringbuilder, my question is how to pass stringbuilder reference into the dll from LabVIEW?
09-02-2018 02:25 PM
You'll need to create an instance of a StringBuilder object, possibly using the constructor overload that has a default empty state. StringBuilder class API doc reference is here: https://docs.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.-ctor?view=netframework-4.7.2.