Click or drag to resize
SoConverterParametersSetOutputDataFormat Method (String)

Set the output data format from a format string.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetOutputDataFormat(
	string dataFormat
)

Parameters

dataFormat
Type: SystemString

Return Value

Type: Boolean
Remarks

Like the -f command line argument. The format is specified as "u*" for unsigned integer, "s*" for signed integer or "f" for float, where * = 8, 16 or 32. Default is no conversion. Returns true if parameter is valid, else returns false.

Note that if the input reader does not support the requested conversion, the output data format will be the same as the input data format (no conversion).

See Also