String is UTF-16 in C# by default, so probably a conversion is needed. I’m not familiar with how VTK’s C# wrapping works and if you are expected to do the UTF-8 conversion yourself or the wrapper should take care of that.
String is UTF-16 in C# by default, so probably a conversion is needed. I’m not familiar with how VTK’s C# wrapping works and if you are expected to do the UTF-8 conversion yourself or the wrapper should take care of that.