StringMarshalling enum StringMarshalling Documentation Code namespace System.Runtime.InteropServices { internal enum StringMarshalling { Custom, Utf8, Utf16 } }