LAUREL BRIDGE

OptionsTryParse Method

DICOM Connectivity Framework V3.4
Try to create an instance of the Options class using the specified commandLine parameter. For an invalid command line, a failure message is written to the console.

Namespace:  LaurelBridge.DCF.Examples.BitmapToDicom
Assembly:  BitmapToDicom (in BitmapToDicom.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public static bool TryParse(
	IEnumerable<string> commandLine,
	out Options options
)

Parameters

commandLine
Type: System.Collections.GenericIEnumerableString
Command line parameters.
options
Type: LaurelBridge.DCF.Examples.BitmapToDicomOptions
Returned Options instance if successful, otherwise null.

Return Value

Type: Boolean
True if parse was successful, else false.
See Also

Reference