LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pass stringbuilder argument to dll

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?

stringbuilder.png

0 Kudos
Message 1 of 2
(2,589 Views)

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.

0 Kudos
Message 2 of 2
(2,537 Views)