| FilesAndFoldersGetFileEncoding Method |
Namespace:
Dynamicweb.Content.Files
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static string GetFileEncoding(
string filePath,
ref Encoding encoding
)
Public Shared Function GetFileEncoding (
filePath As String,
ByRef encoding As Encoding
) As String
Parameters
- filePath
- Type: SystemString
- encoding
- Type: System.TextEncoding
Return Value
Type:
StringSee Also