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

定義

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

 static bool System.Numerics.INumberBase<System.UInt32>.IsCanonical(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsCanonical;
static bool INumberBase<uint>.IsCanonical(uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsCanonical : uint32 -> bool
 Shared Function IsCanonical (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsCanonical

パラメーター

value
UInt32

チェックする値。

返品

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

実装

適用対象