SecurityElement::IsValidAttributeValue Method (String^)
.NET Framework (current version)
Determines whether a string is a valid attribute value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::String^
The attribute value to test for validity.
Return Value
Type: System::Booleantrue if the value parameter is a valid XML attribute value; otherwise, false.
This method can be used to test an attribute before adding it to a security element.
The following code shows the use of the IsValidAttributeValue method to determine whether a string is a valid attribute value. 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: