Get the contents of the specified line of text.
Namespace: OIV.Medical.NodesAssembly: OIV.Medical (in OIV.Medical.dll) Version: 2024.2.2.Release.77a61d1a523234b418592ccd07676e84f6c1d90b
Syntax public string GetLine(
int line
)
Public Function GetLine (
line As Integer
) As String
public:
String^ GetLine(
int line
)
member GetLine :
line : int -> string
Parameters
- line
- Type: System.Int32
Return Value
Type:
StringSee Also