SecurityElement::IsValidTag Method (String^)
.NET Framework (current version)
Determines whether a string is a valid tag.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- tag
-
Type:
System::String^
The tag to test for validity.
The following code shows the use of the IsValidTag method to determine whether a string is a valid attribute tag. This code example is part of a larger example provided for the SecurityElement class.
.NET Framework
Available since 1.1
Available since 1.1
Show: