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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void SetThreadCultureToInvariant()
Remarks
Typically this method is used in the Global.asax Application_BeginRequest event.
See Also