SR.GetChar Metoda

Definicja

Zwraca znak Unicode. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Przeciążenia

GetChar(String)

Zwraca nazwę określonego Stringelementu . Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

GetChar(CultureInfo, String)

Zwraca nazwę określonego Stringobiektu , sformatowaną w odniesieniu do określonej kultury. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

GetChar(String)

Zwraca nazwę określonego Stringelementu . Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

public:
 static char GetChar(System::String ^ name);
public static char GetChar (string name);
static member GetChar : string -> char
Public Shared Function GetChar (name As String) As Char

Parametry

name
String

Nazwa elementu String , który ma zostać zwrócony.

Zwraca

Wartość parametru Stringname , do której odwołuje się parametr .

Zobacz też

Dotyczy

GetChar(CultureInfo, String)

Zwraca nazwę określonego Stringobiektu , sformatowaną w odniesieniu do określonej kultury. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

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

Parametry

culture
CultureInfo

Element CultureInfo zawierający istotne informacje kulturowe używane do formatowania wartości zwracanej.

name
String

Nazwa elementu String , który ma zostać zwrócony.

Zwraca

Wartość String parametru name , do której odwołuje się parametr, sformatowana w odniesieniu do informacji o kulturze zawartych w CultureInfo parametrze culture .

Zobacz też

Dotyczy