Reads the given string as a matrix. Columns must be TAB delimited and lines must be CR/LF delimited
reading from line(p_FirstLine) to line(p_LastLine), both included
Namespace:
Biolomics.SharedClasses
Assembly:
Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Read(
string p_Srce,
int p_FirstLine = 0,
int p_LastLine = 2147483647
)
Public Sub Read (
p_Srce As String,
Optional p_FirstLine As Integer = 0,
Optional p_LastLine As Integer = 2147483647
)
Parameters
- p_Srce
- Type: SystemString
The source string presenting the matrix. - p_FirstLine (Optional)
- Type: SystemInt32
The first line. - p_LastLine (Optional)
- Type: SystemInt32
The last line.
See Also