FileInfoExtension Class
Extension methods for the
FileInfo class.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
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. |