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