SR.GetDouble Método

Definição

Retorna um número de ponto flutuante de precisão dupla.Returns a double-precision floating-point number. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Sobrecargas

GetDouble(String)

Retorna o nome da String especificada.Returns the name of the specified String. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

GetDouble(CultureInfo, String)

Retorna o nome da Stringespecificada, formatado em relação à cultura especificada.Returns the name of the specified String, formatted with respect to the specified culture. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

GetDouble(String)

Retorna o nome da String especificada.Returns the name of the specified String. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 static double GetDouble(System::String ^ name);
public static double GetDouble (string name);
static member GetDouble : string -> double
Public Shared Function GetDouble (name As String) As Double

Parâmetros

name
String

O nome do String a ser retornado.The name of the String to be returned.

Retornos

Double

O valor da String consultada pelo parâmetro name.The value of the String referred to by the name parameter.

Aplica-se a

GetDouble(CultureInfo, String)

Retorna o nome da Stringespecificada, formatado em relação à cultura especificada.Returns the name of the specified String, formatted with respect to the specified culture. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 static double GetDouble(System::Globalization::CultureInfo ^ culture, System::String ^ name);
public static double GetDouble (System.Globalization.CultureInfo culture, string name);
static member GetDouble : System.Globalization.CultureInfo * string -> double
Public Shared Function GetDouble (culture As CultureInfo, name As String) As Double

Parâmetros

culture
CultureInfo

Um CultureInfo que contém as informações relevantes culturais usadas para formatar o valor retornado.A CultureInfo that contains the relevant cultural information used to format the return value.

name
String

O nome do String a ser retornado.The name of the String to be returned.

Retornos

Double

O valor da String consultada pelo parâmetro name, formatado em relação às informações de cultura contidas nas CultureInfo consultadas pelo parâmetro culture.The value of the String referred to by the name parameter, formatted with respect to the culture information contained in the CultureInfo referred to by the culture parameter.

Aplica-se a