MaxExclusiveFacetCheckAttribute.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(UInt32)
public:
override bool IsValid(System::UInt32 value);
public override bool IsValid (uint value);
override this.IsValid : uint32 -> bool
Public Overrides Function IsValid (value As UInteger) As Boolean
Parameters
Returns
Boolean
IsValid(UInt16)
public:
override bool IsValid(System::UInt16 value);
public override bool IsValid (ushort value);
override this.IsValid : uint16 -> bool
Public Overrides Function IsValid (value As UShort) As Boolean
Parameters
Returns
Boolean
IsValid(TimeSpan)
public:
override bool IsValid(TimeSpan value);
public override bool IsValid (TimeSpan value);
override this.IsValid : TimeSpan -> bool
Public Overrides Function IsValid (value As TimeSpan) As Boolean
Parameters
Returns
Boolean
IsValid(String)
public:
override bool IsValid(System::String ^ value);
public override bool IsValid (string value);
override this.IsValid : string -> bool
Public Overrides Function IsValid (value As String) As Boolean
Parameters
Returns
Boolean
IsValid(Single)
public:
override bool IsValid(float value);
public override bool IsValid (float value);
override this.IsValid : single -> bool
Public Overrides Function IsValid (value As Single) As Boolean
Parameters
Returns
Boolean
IsValid(SByte)
public:
override bool IsValid(System::SByte value);
public override bool IsValid (sbyte value);
override this.IsValid : sbyte -> bool
Public Overrides Function IsValid (value As SByte) As Boolean
Parameters
Returns
Boolean
IsValid(UInt64)
public:
override bool IsValid(System::UInt64 value);
public override bool IsValid (ulong value);
override this.IsValid : uint64 -> bool
Public Overrides Function IsValid (value As ULong) As Boolean
Parameters
Returns
Boolean
IsValid(Int64)
public:
override bool IsValid(long value);
public override bool IsValid (long value);
override this.IsValid : int64 -> bool
Public Overrides Function IsValid (value As Long) As Boolean
Parameters
Returns
Boolean
IsValid(Int16)
public:
override bool IsValid(short value);
public override bool IsValid (short value);
override this.IsValid : int16 -> bool
Public Overrides Function IsValid (value As Short) As Boolean
Parameters
Returns
Boolean
IsValid(Double)
public:
override bool IsValid(double value);
public override bool IsValid (double value);
override this.IsValid : double -> bool
Public Overrides Function IsValid (value As Double) As Boolean
Parameters
Returns
Boolean
IsValid(Decimal)
public:
override bool IsValid(System::Decimal value);
public override bool IsValid (decimal value);
override this.IsValid : decimal -> bool
Public Overrides Function IsValid (value As Decimal) As Boolean
Parameters
Returns
Boolean
IsValid(DateTime)
public:
override bool IsValid(DateTime value);
public override bool IsValid (DateTime value);
override this.IsValid : DateTime -> bool
Public Overrides Function IsValid (value As DateTime) As Boolean
Parameters
Returns
Boolean
IsValid(Byte)
public:
override bool IsValid(System::Byte value);
public override bool IsValid (byte value);
override this.IsValid : byte -> bool
Public Overrides Function IsValid (value As Byte) As Boolean
Parameters
Returns
Boolean
IsValid(Boolean)
public:
override bool IsValid(bool value);
public override bool IsValid (bool value);
override this.IsValid : bool -> bool
Public Overrides Function IsValid (value As Boolean) As Boolean
Parameters
Returns
Boolean
IsValid(Int32)
public:
override bool IsValid(int value);
public override bool IsValid (int value);
override this.IsValid : int -> bool
Public Overrides Function IsValid (value As Integer) As Boolean
Parameters
Returns
Boolean