Summary
Determines if a specified file has a UTF-8 BOM.
- Namespace
- Cake
.Testing - Containing Type
- FakeFileExtensions
Syntax
public static bool HasUTF8BOM(this FakeFile file)
Parameters
Name | Type | Description |
---|---|---|
file | FakeFile | The file. |
Return Value
Type | Description |
---|---|
bool | Whether or not the specified file has a UTF-8 BOM. |