SoConverterParametersSetTargetWordFormat Method |
Set the target machine word format.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool SetTargetWordFormat(
int wordFormat
)
Public Function SetTargetWordFormat (
wordFormat As Integer
) As Boolean
public:
bool SetTargetWordFormat(
int wordFormat
)
member SetTargetWordFormat :
wordFormat : int -> bool
Parameters
- wordFormat
- Type: SystemInt32
Return Value
Type:
BooleanRemarks
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