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)
netstandard1.5
namespace System
{
public static class BitConverter
{
public static char ToChar(byte[] value, int startIndex);
}
}
NetFx Compat Lab | 6.8 %
Reference this API |
---|---|
nuget.org | 0.4 %
Reference this API |
Upgrade Planner | 0.3 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 1.01.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.01.11.21.31.41.51.62.02.1 |
Information specific to netstandard1.5 | |
Assembly | System.Runtime.Extensions , Version=4.1.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API