X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..3746766367bdca0a7f50c35d54e0d96f5de4ad55:/interface/wx/any.h diff --git a/interface/wx/any.h b/interface/wx/any.h index de177e1430..e8b5c6da5f 100644 --- a/interface/wx/any.h +++ b/interface/wx/any.h @@ -48,6 +48,11 @@ object in heap for large objects (i.e. ones with size more than WX_ANY_VALUE_BUFFER_SIZE, which at the time of writing is 16 bytes). + @note When performing conversions between strings and floating point + numbers, the representation of numbers in C locale is always used. + I.e. @code wxAny("1.23").GetAs() @endcode will always work, + even if the current locale uses comma as decimal separator. + @library{wxbase} @category{data}