BitConverter.ToInt128 Método

Definición

Sobrecargas

ToInt128(ReadOnlySpan<Byte>)
ToInt128(Byte[], Int32)

ToInt128(ReadOnlySpan<Byte>)

Source:
BitConverter.cs
public:
 static Int128 ToInt128(ReadOnlySpan<System::Byte> value);
public static Int128 ToInt128 (ReadOnlySpan<byte> value);
static member ToInt128 : ReadOnlySpan<byte> -> Int128
Public Shared Function ToInt128 (value As ReadOnlySpan(Of Byte)) As Int128

Parámetros

Devoluciones

Se aplica a

ToInt128(Byte[], Int32)

Source:
BitConverter.cs
public:
 static Int128 ToInt128(cli::array <System::Byte> ^ value, int startIndex);
public static Int128 ToInt128 (byte[] value, int startIndex);
static member ToInt128 : byte[] * int -> Int128
Public Shared Function ToInt128 (value As Byte(), startIndex As Integer) As Int128

Parámetros

value
Byte[]
startIndex
Int32

Devoluciones

Se aplica a