ScanToEnd Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Entity..::..ScanToEnd Method |
| Entity Class See Also Send Feedback |
Namespace:Â CuteEditor.Tools
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public string ScanToEnd( StringBuilder sb, string type, string terminators ) |
| Visual Basic |
|---|
Public Function ScanToEnd ( _ sb As StringBuilder, _ type As String, _ terminators As String _ ) As String |
| Visual C++ |
|---|
public: String^ ScanToEnd( StringBuilder^ sb, String^ type, String^ terminators ) |
Parameters
- sb
- Type: System.Text..::..StringBuilder
- type
- Type: System..::..String
- terminators
- Type: System..::..String