UInt128.Parse Metoda

Definicja

Przeciążenia

Parse(String)

Analizuje ciąg w wartość.

Parse(ReadOnlySpan<Byte>, IFormatProvider)

Analizuje zakres znaków UTF-8 w wartość.

Parse(ReadOnlySpan<Char>, IFormatProvider)

Analizuje zakres znaków w wartości.

Parse(String, NumberStyles)

Analizuje ciąg w wartość.

Parse(String, IFormatProvider)

Analizuje ciąg w wartość.

Parse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider)

Analizuje zakres znaków UTF-8 w wartość.

Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)

Analizuje zakres znaków w wartości.

Parse(String, NumberStyles, IFormatProvider)

Analizuje ciąg w wartość.

Parse(String)

Źródło:
UInt128.cs
Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje ciąg w wartość.

public:
 static UInt128 Parse(System::String ^ s);
public static UInt128 Parse (string s);
static member Parse : string -> UInt128
Public Shared Function Parse (s As String) As UInt128

Parametry

s
String

Ciąg zawierający liczbę, która ma być analizowana.

Zwraca

Wynik analizy s.

Dotyczy

Parse(ReadOnlySpan<Byte>, IFormatProvider)

Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje zakres znaków UTF-8 w wartość.

public:
 static UInt128 Parse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider) = IUtf8SpanParsable<UInt128>::Parse;
public static UInt128 Parse (ReadOnlySpan<byte> utf8Text, IFormatProvider? provider);
static member Parse : ReadOnlySpan<byte> * IFormatProvider -> UInt128
Public Shared Function Parse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider) As UInt128

Parametry

utf8Text
ReadOnlySpan<Byte>

Zakres znaków UTF-8 do przeanalizowania.

provider
IFormatProvider

Obiekt, który udostępnia informacje o formatowaniu specyficznym dla kultury dotyczące utf8Textelementu .

Zwraca

Wynik analizy utf8Text.

Implementuje

Dotyczy

Parse(ReadOnlySpan<Char>, IFormatProvider)

Źródło:
UInt128.cs
Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje zakres znaków w wartości.

public:
 static UInt128 Parse(ReadOnlySpan<char> s, IFormatProvider ^ provider) = ISpanParsable<UInt128>::Parse;
public static UInt128 Parse (ReadOnlySpan<char> s, IFormatProvider? provider);
static member Parse : ReadOnlySpan<char> * IFormatProvider -> UInt128
Public Shared Function Parse (s As ReadOnlySpan(Of Char), provider As IFormatProvider) As UInt128

Parametry

s
ReadOnlySpan<Char>

Zakres znaków do przeanalizowania.

provider
IFormatProvider

Obiekt, który udostępnia informacje o formatowaniu specyficznym dla kultury dotyczące selementu .

Zwraca

Wynik analizy s.

Implementuje

Dotyczy

Parse(String, NumberStyles)

Źródło:
UInt128.cs
Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje ciąg w wartość.

public:
 static UInt128 Parse(System::String ^ s, System::Globalization::NumberStyles style);
public static UInt128 Parse (string s, System.Globalization.NumberStyles style);
static member Parse : string * System.Globalization.NumberStyles -> UInt128
Public Shared Function Parse (s As String, style As NumberStyles) As UInt128

Parametry

s
String

Ciąg zawierający liczbę, która ma być analizowana.

style
NumberStyles

Bitowa kombinacja stylów liczbowych, które mogą być obecne w obiekcie s.

Zwraca

Wynik analizy s.

Dotyczy

Parse(String, IFormatProvider)

Źródło:
UInt128.cs
Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje ciąg w wartość.

public:
 static UInt128 Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<UInt128>::Parse;
public static UInt128 Parse (string s, IFormatProvider? provider);
static member Parse : string * IFormatProvider -> UInt128
Public Shared Function Parse (s As String, provider As IFormatProvider) As UInt128

Parametry

s
String

Ciąg do analizy.

provider
IFormatProvider

Obiekt, który udostępnia informacje o formatowaniu specyficznym dla kultury dotyczące selementu .

Zwraca

Wynik analizy s.

Implementuje

Dotyczy

Parse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider)

Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje zakres znaków UTF-8 w wartość.

public static UInt128 Parse (ReadOnlySpan<byte> utf8Text, System.Globalization.NumberStyles style = System.Globalization.NumberStyles.Integer, IFormatProvider? provider = default);
static member Parse : ReadOnlySpan<byte> * System.Globalization.NumberStyles * IFormatProvider -> UInt128
Public Shared Function Parse (utf8Text As ReadOnlySpan(Of Byte), Optional style As NumberStyles = System.Globalization.NumberStyles.Integer, Optional provider As IFormatProvider = Nothing) As UInt128

Parametry

utf8Text
ReadOnlySpan<Byte>

Zakres znaków UTF-8 do przeanalizowania.

style
NumberStyles

Bitowa kombinacja stylów liczbowych, które mogą być obecne w obiekcie utf8Text.

provider
IFormatProvider

Obiekt, który udostępnia informacje o formatowaniu specyficznym dla kultury dotyczące utf8Textelementu .

Zwraca

Wynik analizy utf8Text.

Implementuje

Dotyczy

Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)

Źródło:
UInt128.cs
Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje zakres znaków w wartości.

public static UInt128 Parse (ReadOnlySpan<char> s, System.Globalization.NumberStyles style = System.Globalization.NumberStyles.Integer, IFormatProvider? provider = default);
static member Parse : ReadOnlySpan<char> * System.Globalization.NumberStyles * IFormatProvider -> UInt128
Public Shared Function Parse (s As ReadOnlySpan(Of Char), Optional style As NumberStyles = System.Globalization.NumberStyles.Integer, Optional provider As IFormatProvider = Nothing) As UInt128

Parametry

s
ReadOnlySpan<Char>

Zakres znaków do przeanalizowania.

style
NumberStyles

Bitowa kombinacja stylów liczbowych, które mogą być obecne w obiekcie s.

provider
IFormatProvider

Obiekt, który udostępnia informacje o formatowaniu specyficznym dla kultury dotyczące selementu .

Zwraca

Wynik analizy s.

Implementuje

Dotyczy

Parse(String, NumberStyles, IFormatProvider)

Źródło:
UInt128.cs
Źródło:
UInt128.cs
Źródło:
UInt128.cs

Analizuje ciąg w wartość.

public:
 static UInt128 Parse(System::String ^ s, System::Globalization::NumberStyles style, IFormatProvider ^ provider) = System::Numerics::INumberBase<UInt128>::Parse;
public static UInt128 Parse (string s, System.Globalization.NumberStyles style, IFormatProvider? provider);
static member Parse : string * System.Globalization.NumberStyles * IFormatProvider -> UInt128
Public Shared Function Parse (s As String, style As NumberStyles, provider As IFormatProvider) As UInt128

Parametry

s
String

Ciąg do analizy.

style
NumberStyles

Bitowa kombinacja stylów liczbowych, które mogą być obecne w obiekcie s.

provider
IFormatProvider

Obiekt, który udostępnia informacje o formatowaniu specyficznym dla kultury dotyczące selementu .

Zwraca

Wynik analizy s.

Implementuje

Dotyczy