Determines whether an object represents a valid external value of a publisher Id.
Syntax
'Declaration
<PureAttribute()>
Public Shared Function IsValidExternalValue( _
ByVal As Object _
) As Boolean
'Usage
Dim value As Object
Dim value As Boolean
value = UAPublisherId.IsValidExternalValue(value)
[Pure()]
public static bool IsValidExternalValue(
object
)
[Pure()]
public:
static bool IsValidExternalValue(
Object^
)
Parameters
- value
- The value to be tested.
Return Value
Returns true
if the represents a valid external value of a publisher Id; returns false
otherwise.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also