Method NextToken
NextToken()
Returns the next token in the string as a
Declaration
public string NextToken()
Returns
Type | Description |
---|---|
System.String | Next token in the string as a |
NextToken(String)
Returns the next token in the string as a
Declaration
public string NextToken(string delims)
Parameters
Type | Name | Description |
---|---|---|
System.String | delims | The new delimiters to use. |
Returns
Type | Description |
---|---|
System.String | Next token in the string as a |