Thread: CurrentCulture (set)

CurrentCulture

Sets the culture for the current thread.



 Public Property Set CurrentCulture(
	  ByVal Value As CultureInfo )

Parameters

Value
[ByVal] 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.

Exceptions

Exception Condition
ArgumentNullExceptionThe property is set to Nothing.

Read/Write.

See Also

Project CorLib Overview

Class Thread Overview