|
Locale-Sensitive Windows C++ Date/Time Method Internationalization (I18n) Method OverviewThis method parses a string to read a date/time value. If the string was successfully converted to a date/time value, the value of this This method is part of the I18n IssuesThis method needs to be examined in detail to see if it is adequate for an internationalized application. This is quite dependent on where the string that is being parsed came from. For example, if the string is a canonical form of date/time that is locale-independent, you may want to use an constant LCID as a parameter. This could happen possibly if an application has strings stored in a canonical form in a database, or uses a protocol that has a locale-independent string format. Another example, if the string was created by an earlier call in the application to
|