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

定義

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

 static bool System.Numerics.INumberBase<System.UInt16>.IsCanonical(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsCanonical;
static bool INumberBase<ushort>.IsCanonical(ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsCanonical : uint16 -> bool
 Shared Function IsCanonical (value As UShort) As Boolean Implements INumberBase(Of UShort).IsCanonical

パラメーター

value
UInt16

チェックする値。

返品

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

実装

適用対象