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

定義

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

 static bool System.Numerics.INumberBase<System.UInt64>.IsCanonical(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsCanonical;
static bool INumberBase<ulong>.IsCanonical(ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsCanonical : uint64 -> bool
 Shared Function IsCanonical (value As ULong) As Boolean Implements INumberBase(Of ULong).IsCanonical

パラメーター

value
UInt64

チェックする値。

返品

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

実装

適用対象