'Declaration
<CLSCompliantAttribute(False)> <JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.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)] [JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsValidInternalValue( object value )
[CLSCompliant(false)] [JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.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
true
if the value represents a valid internal value of a publisher Id; returns false
otherwise.
This return value of this method should not be ignored.