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