DecimalFormatDictionary.Contains MethodDecimalFormatDictionary.Contains MethodDecimalFormatDictionary::Contains Method
Determines whether the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary contains the specified decimal formats.
Syntax
Public Function Contains( _ name As System.Xml.XmlQualifiedName _ ) As Boolean
public bool Contains( System.Xml.XmlQualifiedName name )
public: bool Contains( System.Xml::XmlQualifiedName^ name )
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the decimal formats.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary contains the specified decimal formats;
otherwise, false
False
false
.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | name is null
a null reference (Nothing in Visual Basic)
nullptr |