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