Click or drag to resize
SoConverterParametersSetTargetWordFormat Method

Set the target machine word format.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetTargetWordFormat(
	int wordFormat
)

Parameters

wordFormat
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Like the -w command line argument. Default is the current machine word format. wordFormat parameter is 0 for Big Endian, and 1 for Little Endian. Returns true if parameter is valid, else returns false.

See Also