Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 800 Bytes

File metadata and controls

28 lines (21 loc) · 800 Bytes

System.Threading


ThreadExtensions

Extensions for the System.Threading.Thread class.

public static class ThreadExtensions

Static Methods

SetCulture

void SetCulture(this Thread thread, CultureInfo cultureInfo)

Summary: Sets both the current culture and current UI culture for the thread.

Parameters:
     thread  -  The thread to modify.
     cultureInfo  -  The culture information to set.


Generated by MarkdownCodeDoc version 1.2