Click or drag to resize
XMatrix. Read Method
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 Sub Read ( 
	p_Srce As String,
	Optional p_FirstLine As Integer = 0,
	Optional p_LastLine As Integer = 2147483647
)

Parameters

p_Srce
Type: System.String
The source string presenting the matrix.
p_FirstLine (Optional)
Type: System.Int32
The first line.
p_LastLine (Optional)
Type: System.Int32
The last line.
See Also