WinMDExp.UTF8Output Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use output stream encoding as UTF-8.
public:
property bool UTF8Output { bool get(); void set(bool value); };
public bool UTF8Output { get; set; }
member this.UTF8Output : bool with get, set
Public Property UTF8Output As Boolean
Property Value
true
if UTF-8 output stream encoding should be used; otherwise, false
.