Attempts to read a number of characters from the text reader and returns the data as a string
Member of PRIM_IOC.TextReader (PRIM_IOC.TextReader)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Boolean | True if one or more characters were read, otherwise false |
Count | *Input | Integer | The maximum number of characters to read from the text reader |
String | *Output (Optional) | Unicode String | The sequence of characters successfully read from the text reader |
No detailed help is available for this feature