BitConverter
IsLittleEndian
DoubleToInt64Bits(Double)
DoubleToUInt64Bits(Double)
GetBytes(Boolean)
GetBytes(Char)
GetBytes(Double)
GetBytes(Half)
GetBytes(Int128)
GetBytes(Int16)
GetBytes(Int32)
GetBytes(Int64)
GetBytes(Single)
GetBytes(UInt128)
GetBytes(UInt16)
GetBytes(UInt32)
GetBytes(UInt64)
HalfToInt16Bits(Half)
HalfToUInt16Bits(Half)
Int16BitsToHalf(Int16)
Int32BitsToSingle(Int32)
Int64BitsToDouble(Int64)
SingleToInt32Bits(Single)
SingleToUInt32Bits(Single)
ToBoolean(Byte[], Int32)
ToBoolean(ReadOnlySpan<Byte>)
ToChar(Byte[], Int32)
ToChar(ReadOnlySpan<Byte>)
ToDouble(Byte[], Int32)
ToDouble(ReadOnlySpan<Byte>)
ToHalf(Byte[], Int32)
ToHalf(ReadOnlySpan<Byte>)
ToInt128(Byte[], Int32)
ToInt128(ReadOnlySpan<Byte>)
ToInt16(Byte[], Int32)
ToInt16(ReadOnlySpan<Byte>)
ToInt32(Byte[], Int32)
ToInt32(ReadOnlySpan<Byte>)
ToInt64(Byte[], Int32)
ToInt64(ReadOnlySpan<Byte>)
ToSingle(Byte[], Int32)
ToSingle(ReadOnlySpan<Byte>)
ToString(Byte[])
ToString(Byte[], Int32)
ToString(Byte[], Int32, Int32)
ToUInt128(Byte[], Int32)
ToUInt128(ReadOnlySpan<Byte>)
ToUInt16(Byte[], Int32)
ToUInt16(ReadOnlySpan<Byte>)
ToUInt32(Byte[], Int32)
ToUInt32(ReadOnlySpan<Byte>)
ToUInt64(Byte[], Int32)
ToUInt64(ReadOnlySpan<Byte>)
TryWriteBytes(Span<Byte>, Boolean)
TryWriteBytes(Span<Byte>, Char)
TryWriteBytes(Span<Byte>, Double)
TryWriteBytes(Span<Byte>, Half)
TryWriteBytes(Span<Byte>, Int128)
TryWriteBytes(Span<Byte>, Int16)
TryWriteBytes(Span<Byte>, Int32)
TryWriteBytes(Span<Byte>, Int64)
TryWriteBytes(Span<Byte>, Single)
TryWriteBytes(Span<Byte>, UInt128)
TryWriteBytes(Span<Byte>, UInt16)
TryWriteBytes(Span<Byte>, UInt32)
TryWriteBytes(Span<Byte>, UInt64)
UInt16BitsToHalf(UInt16)
UInt32BitsToSingle(UInt32)
UInt64BitsToDouble(UInt64)
net9.0
namespace System
{
public static class BitConverter
{
[CLSCompliant(false)]
public static byte[]! GetBytes(UInt128 value);
}
}
Design Reviews |
|
---|---|
.NET | 9.0 |
Information specific to net9.0 | |
Assembly | System.Runtime , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API