  | FilesAndFoldersGetFileEncoding Method  | 
  
    Namespace: 
   Dynamicweb.Content.Files
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic 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: 
String
See Also