localeconv
- Updated2023-02-21
- 1 minute(s) read
localeconv
struct lconv *localeconv (void);
Purpose
Queries the current locale for format parameters for numeric quantities. It obtains a pointer to the struct containing the formatting values.
Parameters
None.
Return Value
Name | Type | Description |
localeStruct | struct lconv * | Contains a pointer to the struct that holds the values for formatting numeric quantities appropriately for the current locale. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later