IsValidTagForPut Method
IsValidTagForPut(PivDataTag)
Is the given tag allowed to be used in a standard version of PUT DATA.
C#
public static bool IsValidTagForPut(this PivDataTag tag)
Parameters
Type | Name | Description |
---|---|---|
PivDataTag | tag | The tag to check. |
Returns
System.Boolean
A boolean, true if the tag is allowed to be used in PUT DATA, and false otherwise.