PermissionSetAttribute.UnicodeEncoded 屬性

定義

取得或設定數值,指示由 File 所指定的檔案是 Unicode 或 ASCII 編碼。

public:
 property bool UnicodeEncoded { bool get(); void set(bool value); };
public bool UnicodeEncoded { get; set; }
member this.UnicodeEncoded : bool with get, set
Public Property UnicodeEncoded As Boolean

屬性值

Boolean

如果檔案是 Unicode 編碼,則為 true,否則為 false

備註

如果未設定此屬性,則會假設檔案為 ASCII。

null如果未 File 使用這個屬性。

適用於