BitConverter.ToInt128 메서드

정의

오버로드

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

매개 변수

반환

적용 대상

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

매개 변수

value
Byte[]
startIndex
Int32

반환

적용 대상