'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function IsValidTypeValue( _ ByVal numericalValue As Integer _ ) As Boolean
'Usage
Dim numericalValue As Integer Dim value As Boolean value = VarType.IsValidTypeValue(numericalValue)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsValidTypeValue( int numericalValue )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public: static bool IsValidTypeValue( int numericalValue )
Parameters
- numericalValue
- The type value to be tested.
Return Value
True
if the type value is in the valid range; false
otherwise.
This return value of this method should not be ignored.