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 ScanToken( StringBuilder sb, string term, bool nmtoken ) |
| Visual Basic |
|---|
Public Function ScanToken ( _ sb As StringBuilder, _ term As String, _ nmtoken As Boolean _ ) As String |
| Visual C++ |
|---|
public: String^ ScanToken( StringBuilder^ sb, String^ term, bool nmtoken ) |
Parameters
- sb
- Type: System.Text..::..StringBuilder
- term
- Type: System..::..String
- nmtoken
- Type: System..::..Boolean