WebUtilsSetThreadCultureToInvariant Method |
Set the web worker thread culture to the invariant culture.
Namespace:
PDTec.IceNet.Web.Utils
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntaxpublic static void SetThreadCultureToInvariant()
RemarksTypically this method is used in the Global.asax Application_BeginRequest event.
See Also