Decodes the base64 encoded properties of the Attribute.
            The Name and/or Value properties of an Attribute can be base64 encoded.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static void DecodeAttribute( Attribute inputAttribute )
 Parameters
 Parameters- inputAttribute (Attribute)
- The properties of this Attribute will be decoded
 See Also
 See Also