Byte.INumberBase<Byte>.IsCanonical(Byte) Method

Definition

Determines if a value is in its canonical representation.

 static bool System.Numerics.INumberBase<System.Byte>.IsCanonical(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsCanonical;
static bool INumberBase<byte>.IsCanonical (byte value);
static member System.Numerics.INumberBase<System.Byte>.IsCanonical : byte -> bool
 Shared Function IsCanonical (value As Byte) As Boolean Implements INumberBase(Of Byte).IsCanonical

Parameters

value
Byte

The value to be checked.

Returns

true if value is in its canonical representation; otherwise, false.

Implements

Applies to