Detects the encoding of a file when possible.
[Visual Basic] Shared Public Function DetectEncoding( _ ByVal p_sPath As String _ ) As String [C#] public static string DetectEncoding( string p_sPath ); [C++] public: static String* DetectEncoding( String* p_sPath ); [JScript] public static function DetectEncoding( String p_sPath ): String;
The name of the detected encoding, or null if none was detected.
Routines Class | Okapi.Library.Base Namespace