Thread: CurrentCulture (set) |
Sets the culture for the current thread.
Public Property Set CurrentCulture( ByVal Value As CultureInfo )
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.
Exception | Condition |
---|---|
ArgumentNullException | The property is set to Nothing. |
Read/Write.