Get the contents of the specified line of text.
Namespace: OIV.Medical.NodesAssembly: OIV.Medical (in OIV.Medical.dll) Version: 10.12.3.0.Release.03fa3fc14f5d05a3007fab6bc6264244021464bb
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: SystemInt32
Return Value
Type:
StringSee Also