FileInfoExtension Class
Extension methods for the
FileInfo class.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
public static class FileInfoExtension
<ExtensionAttribute>
Public NotInheritable Class FileInfoExtension
[ExtensionAttribute]
public ref class FileInfoExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type FileInfoExtension = class end
- Inheritance
- Object FileInfoExtension
| IsUtf8 | Tests whether the portion of the file specified by fileInfo that extends at least count characters from the beginning
of the file is UTF-8 text. The method includes the byte order mark (BOM) in the check. |
| IsUtf8Valid | Tests whether the portion of the file specified by fileInfo that extends at least count characters from the beginning
of the file represents valid UTF-8. |