nn::ngc::CTR::CountNumbers Member Function
int CountNumbers(
const wchar_t * pString
);
| Name | Description | |
|---|---|---|
| pString | Specifies the NULL-terminated string that is the target of the [in] check |
Returns the number of characters in string that represent numericals. Since telephone numbers and certain other types of personal information take the form of strings that contain many numericals, there are restrictions on the number of numericals that can be displayed at the same time on the screen when users enter strings. This function must earmark numericals and make sure the total does not exceed the limit as per the UGC guidelines.
CONFIDENTIAL