Test string for valid attribute value
[Visual Basic] Public Shared Function IsValidAttributeValue( _ ByVal value As String _ ) As Boolean [C#] public static bool IsValidAttributeValue( string value ); [C++] public: static bool IsValidAttributeValue( String* value ); [JScript] public static function IsValidAttributeValue( value : String ) : Boolean;
True if and only if the tag string is a valid XML tag.
Useful test before setting attribute value property.
SecurityElement Class | SecurityElement Members | System.Security Namespace