Byte
MaxValue
MinValue
Clamp(Byte, Byte, Byte)
CompareTo(Byte)
CompareTo(Object)
CreateChecked<TOther>(TOther)
CreateSaturating<TOther>(TOther)
CreateTruncating<TOther>(TOther)
DivRem(Byte, Byte)
Equals(Byte)
Equals(Object)
GetHashCode()
GetTypeCode()
IsEvenInteger(Byte)
IsOddInteger(Byte)
IsPow2(Byte)
LeadingZeroCount(Byte)
Log2(Byte)
Max(Byte, Byte)
Min(Byte, Byte)
Parse(String)
Parse(String, IFormatProvider)
Parse(String, NumberStyles)
Parse(String, NumberStyles, IFormatProvider)
Parse(ReadOnlySpan<Byte>, IFormatProvider)
Parse(ReadOnlySpan<Char>, IFormatProvider)
Parse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider)
Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)
PopCount(Byte)
RotateLeft(Byte, Int32)
RotateRight(Byte, Int32)
Sign(Byte)
ToString()
ToString(IFormatProvider)
ToString(String)
ToString(String, IFormatProvider)
TrailingZeroCount(Byte)
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryParse(String, Byte)
TryParse(String, IFormatProvider, Byte)
TryParse(String, NumberStyles, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Byte>, Byte)
TryParse(ReadOnlySpan<Char>, Byte)
TryParse(ReadOnlySpan<Byte>, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Char>, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider, Byte)
xamarinmac
namespace System
{
public readonly struct Byte : IComparable, IComparable<byte>, IConvertible, IEquatable<byte>, IFormattable
{
public const byte MinValue = 0;
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Read field |
---|---|
.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 xamarinmac | |
Assembly | mscorlib , Version=2.0.5.0, PublicKeyToken=7cec85d7bea7798e |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API