DelegateDecompiler icon indicating copy to clipboard operation
DelegateDecompiler copied to clipboard

Specifiying CultureInfo for a ToString.

Open paulvanbladel opened this issue 6 years ago • 1 comments

Specifying a ToString(CultureInfo.InvariantCulture) seems not be accepted. That's a pity since the default for ToString is CurrentCulture which make string operation very machine specific. So I always specify InvariantCulture for making things more robust.

BTW, this is a magic library ! Many thanks for sharing this.

paulvanbladel avatar Jul 24 '18 11:07 paulvanbladel

Can you please send a test snippet to check this ?

Thanks, Max.

magicmoux avatar Jul 25 '18 13:07 magicmoux

Sorry, but I'm not sure what you're trying to report here. Please provide some examples.

hazzik avatar Oct 13 '22 05:10 hazzik