ToolTask.UseUtf8Encoding Property

Definition

Whether or not to use UTF8 encoding for the cmd file and console window. Values: Always, Never, Detect If set to Detect, the current code page will be used unless it cannot represent the Command string. In that case, UTF-8 is used.

public:
 property System::String ^ UseUtf8Encoding { System::String ^ get(); void set(System::String ^ value); };
public string UseUtf8Encoding { get; set; }
member this.UseUtf8Encoding : string with get, set
Public Property UseUtf8Encoding As String

Property Value

Applies to