MPSReaderProcessCommand Method |
Process a section of the MPS file.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected virtual string ProcessCommand(
string command,
string line
)
Protected Overridable Function ProcessCommand (
command As String,
line As String
) As String
protected:
virtual String^ ProcessCommand(
String^ command,
String^ line
)
abstract ProcessCommand :
command : string *
line : string -> string
override ProcessCommand :
command : string *
line : string -> string
Parameters
- command
- Type: SystemString
A String specifying the data file section to be processed.
- line
- Type: SystemString
A String specifying the next line to be processed.
Return Value
Type:
String
A
String containing the next line to be processed. This line
was read, but was not part of the section being processed.
See Also