Thread: CurrentCulture (get)

CurrentCulture

Gets the culture for the current thread.



 Public Property Get CurrentCulture ( ) As CultureInfo

Return Values

CultureInfo -  An object that represents the culture for the current thread.

Remarks

The CultureInfo object that is returned by this property, together with its associated objects, determine the default format for dates, times, numbers, and currency values.

Read/Write.

See Also

Project CorLib Overview

Class Thread Overview