'Declaration<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Overloads Shared Function IsValidInternalValue( _ ByVal value As Object, _ ByVal relaxed As Boolean _ ) As Boolean
'UsageDim value As Object Dim relaxed As Boolean Dim value As Boolean value = UAPublisherId.IsValidInternalValue(value, relaxed)
Parameters
- value
- The value to be tested.
The value of this parameter can be
null(Nothingin Visual Basic). - relaxed
- If
true, zero numeric values and empty strings are considered valid (treated as null); iffalse, strict validation is applied.
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.