Hello everyone,
Will this way faster if I need to supply CultureInfo, compared with calling CultureInfo.CurrentCulture each time?
1. using a static member CultureInfo, and retrieve only once using CultureInfo.CurrentCulture;2. when need to supply CultureInfo, provide the static member reference.
thanks in advance,George