RangeFacetCheckAttribute.IsValid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
Overloads
IsValid(UInt16)
public:
abstract bool IsValid(System::UInt16 value);
public abstract bool IsValid (ushort value);
override this.IsValid : uint16 -> bool
Public MustOverride Function IsValid (value As UShort) As Boolean
Parameters
Returns
Boolean
IsValid(TimeSpan)
public:
abstract bool IsValid(TimeSpan value);
public abstract bool IsValid (TimeSpan value);
override this.IsValid : TimeSpan -> bool
Public MustOverride Function IsValid (value As TimeSpan) As Boolean
Parameters
Returns
Boolean
IsValid(String)
public:
abstract bool IsValid(System::String ^ value);
public abstract bool IsValid (string value);
override this.IsValid : string -> bool
Public MustOverride Function IsValid (value As String) As Boolean
Parameters
Returns
Boolean
IsValid(Single)
public:
abstract bool IsValid(float value);
public abstract bool IsValid (float value);
override this.IsValid : single -> bool
Public MustOverride Function IsValid (value As Single) As Boolean
Parameters
Returns
Boolean
IsValid(SByte)
public:
abstract bool IsValid(System::SByte value);
public abstract bool IsValid (sbyte value);
override this.IsValid : sbyte -> bool
Public MustOverride Function IsValid (value As SByte) As Boolean
Parameters
Returns
Boolean
IsValid(Object)
public:
override bool IsValid(System::Object ^ value);
public override bool IsValid (object value);
override this.IsValid : obj -> bool
Public Overrides Function IsValid (value As Object) As Boolean
Parameters
Returns
Boolean
IsValid(Int64)
public:
abstract bool IsValid(long value);
public abstract bool IsValid (long value);
override this.IsValid : int64 -> bool
Public MustOverride Function IsValid (value As Long) As Boolean
Parameters
Returns
Boolean
IsValid(Int32)
public:
abstract bool IsValid(int value);
public abstract bool IsValid (int value);
override this.IsValid : int -> bool
Public MustOverride Function IsValid (value As Integer) As Boolean
Parameters
Returns
Boolean
IsValid(Int16)
public:
abstract bool IsValid(short value);
public abstract bool IsValid (short value);
override this.IsValid : int16 -> bool
Public MustOverride Function IsValid (value As Short) As Boolean
Parameters
Returns
Boolean
IsValid(Double)
public:
abstract bool IsValid(double value);
public abstract bool IsValid (double value);
override this.IsValid : double -> bool
Public MustOverride Function IsValid (value As Double) As Boolean
Parameters
Returns
Boolean
IsValid(Decimal)
public:
abstract bool IsValid(System::Decimal value);
public abstract bool IsValid (decimal value);
override this.IsValid : decimal -> bool
Public MustOverride Function IsValid (value As Decimal) As Boolean
Parameters
Returns
Boolean
IsValid(DateTime)
public:
abstract bool IsValid(DateTime value);
public abstract bool IsValid (DateTime value);
override this.IsValid : DateTime -> bool
Public MustOverride Function IsValid (value As DateTime) As Boolean
Parameters
Returns
Boolean
IsValid(Byte)
public:
abstract bool IsValid(System::Byte value);
public abstract bool IsValid (byte value);
override this.IsValid : byte -> bool
Public MustOverride Function IsValid (value As Byte) As Boolean
Parameters
Returns
Boolean
IsValid(Boolean)
public:
abstract bool IsValid(bool value);
public abstract bool IsValid (bool value);
override this.IsValid : bool -> bool
Public MustOverride Function IsValid (value As Boolean) As Boolean
Parameters
Returns
Boolean
IsValid(UInt32)
public:
abstract bool IsValid(System::UInt32 value);
public abstract bool IsValid (uint value);
override this.IsValid : uint32 -> bool
Public MustOverride Function IsValid (value As UInteger) As Boolean
Parameters
Returns
Boolean
IsValid(UInt64)
public:
abstract bool IsValid(System::UInt64 value);
public abstract bool IsValid (ulong value);
override this.IsValid : uint64 -> bool
Public MustOverride Function IsValid (value As ULong) As Boolean
Parameters
Returns
Boolean