Hi,

For our expression support, we need to have a consistent implementation of string comparisons and operations.

Currently, some functions are performed using the neutral/invariant culture, while others using the current culture. I think it would be best to either use the current culture or the invariant culture everywhere.

It would ofcourse be even better if we allowed users to specifiy the culture to use (using overloaded functions), but we'd still need to choose one or the other for relational operators (as you can specifiy the culture to use in that case).

Just to be clear: this does not only impact string functions, but also functions were strings are being converted to/from other data type (eg. string <-> datetime, double <-> string, ...)

What do you think ?

Gert



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to