'Declaration
<CLSCompliantAttribute(False)> <PureAttribute()> Public Shared Function IsNumericInternalValue( _ ByVal value As Object _ ) As Boolean
'Usage
Dim value As Object Dim value As Boolean value = UAPublisherId.IsNumericInternalValue(value)
[CLSCompliant(false)] [Pure()] public static bool IsNumericInternalValue( object value )
[CLSCompliant(false)] [Pure()] public: static bool IsNumericInternalValue( Object^ value )
Parameters
- value
- The value to be tested.
Return Value
Returns
true
if the value can represent a numeric internal value of a publisher Id; returns false
otherwise.