IsValidAlternateTag Method
IsValidAlternateTag(Int32)
Is the given tag valid as an alternate?
C#
protected virtual bool IsValidAlternateTag(int dataTag)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataTag | The data tag the caller wants to use as an alternate. |
Returns
System.Boolean
A boolean, true
is the given tag can be used as an alternate,
false
otherwise.