UtilityConversionErrorToUIError
- Updated2023-02-21
- 1 minute(s) read
UtilityConversionErrorToUIError
int UtilityConversionErrorToUIError (int utilityConversionError);
Purpose
Converts the error code returned by the String Conversion functions from the Utility Library to User Interface Library error codes.
This function can be useful if you write code that contains calls to String Conversion functions but the error handling is based on User Interface Library error codes.
Parameters
Input | ||
Name | Type | Description |
utilityConversionError | int | An error code returned by one of the String Conversion functions from the Utility Library. |
Return Value
Name | Type | Description |
userInterfaceError | int | The User Interface Library error code that maps to the string conversion error. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 2020 and later