Click or drag to resize

PackageInfoFromLine Method

Create a package info from a single line.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PackageInfo FromLine(
	string line,
	int lineNumber
)

Parameters

line  String
The line to parse.
lineNumber  Int32
The line number (1-based; the first line has line number 1).

Return Value

PackageInfo
The package info parsed from that line.
Exceptions
ExceptionCondition
InvalidOperationExceptionOccurs if the line is not properly formatted.
See Also