Creates a C1StreamReader.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public C1StreamReader( string path, Encoding encoding, bool detectEncodingFromByteOrderMarks ) |
Visual Basic |
---|
Public Sub New ( _ path As String, _ encoding As Encoding, _ detectEncodingFromByteOrderMarks As Boolean _ ) |
Visual C++ |
---|
public: C1StreamReader( String^ path, Encoding^ encoding, bool detectEncodingFromByteOrderMarks ) |
Parameters
- path
- Type: System..::..String
Path to the file.
- encoding
- Type: System.Text..::..Encoding
Encoding to use.
- detectEncodingFromByteOrderMarks
- Type: System..::..Boolean
If true, the encoding will be deteced by the content of the file.