Utils.SetCultureInfo(CultureInfo) Método

Definição

Define a cultura do thread atual.Sets the culture of the current thread.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 static System::Object ^ SetCultureInfo(System::Globalization::CultureInfo ^ Culture);
public static object SetCultureInfo (System.Globalization.CultureInfo Culture);
static member SetCultureInfo : System.Globalization.CultureInfo -> obj
Public Function SetCultureInfo (Culture As CultureInfo) As Object
Public Shared Function SetCultureInfo (Culture As CultureInfo) As Object

Parâmetros

Culture
CultureInfo

Um objeto CultureInfo a ser definido como a cultura do thread atual.A CultureInfo object to set as the culture of the current thread.

Retornos

Object

O valor anterior da propriedade CurrentCulture do thread atual.The previous value of the CurrentCulture property for the current thread.

Comentários

Essa classe dá suporte ao compilador Visual Basic e não se destina a ser usada diretamente do seu código.This class supports the Visual Basic compiler and is not intended to be used directly from your code.

Aplica-se a