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