Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static void SetThreadCultureToInvariant()
Remarks
Typically this method is used in the Global.asax Application_BeginRequest event.
See Also