XPRBreadarrline Method (StreamReader, Int32, String, String[], Int32)
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 35.1.1.0

public int XPRBreadarrline( StreamReader fileStreamIn, int maxlen, string format, out string[] output, int numData )
Parameters
- fileStreamIn
-
Type:
System.IOStreamReader
The open StreamReader to read the data from. - maxlen
-
Type:
SystemInt32
The maximum length of data to read. - format
-
Type:
SystemString
The format to read the data in. This is a string made up of the following formats, seperated by any seperating characters. The format must be exact with respect to spacing (if there are 0+ spaces between the entries then a space " " must be included in the format string). See the BCL example programs for examples of this.- {g} - A double value.
- {i} - An integer value.
- {t} or {T} - A string value.
- {s} - A string within single quotes.
- {S} - A string within double quotes.
- output
-
Type:
SystemString
The out array, in this case if all requested objects were strings you could use this function, otherwise use the more general function that outputs an object[] object. - numData
-
Type:
SystemInt32
The number of times to read the format string. For instance if the format string was "{s} , {S} ; {t} , " and the numdata=2 then the resultant format string to be read would be "{s} , {S} ; {t} , {s} , {S} ; {t}" as the method strips everything after the last occurence of "}".
Return Value
Type: Int32The integer number of items read, -1 on error.


© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.