Char enumerator
CharPtr
01 Syntax
Microsoft.VisualBasic.Text.Parser.CharPtr
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | 这个调试试图函数会将当前的读取位置给标记出来 |
| op_Implicit | 1 | construct an in-memory dataset |
| op_Equality | 1 | check of the string equals? |
| op_Like | 1 | Check of the text equals? |
| PeekNext | 1 | |
| PopNext | 1 | |
| op_OnesComplement | 1 | |
| op_Inequality | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Remaining | 1 | 查看还有多少字符没有被处理完 |
04 Members
ToString
这个调试试图函数会将当前的读取位置给标记出来
op_Implicit(
StringBuilder)construct an in-memory dataset
Parameters
| Name | Type | Description |
|---|---|---|
str | StringBuilder | the in-memory string data |
op_Equality(CharPtr,
String)check of the string equals?
Parameters
| Name | Type | Description |
|---|---|---|
str | CharPtr | - |
text | String | - |
op_Like(CharPtr,
String)Check of the text equals?
Parameters
| Name | Type | Description |
|---|---|---|
str | CharPtr | text1 |
text | String | text2 |
Remaining
查看还有多少字符没有被处理完
PeekNext(
Int32)PopNext(
Int32)op_OnesComplement(CharPtr)
op_Inequality(CharPtr,
String)