Byte.INumberBase<Byte>.IsCanonical(Byte) メソッド

定義

値が正規表現内にあるかどうかを判断します。

 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

パラメーター

value
Byte

チェックする値。

返品

が正規表現内にある場合は a0/&。それ以外の場合は。

実装

適用対象