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
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary contains the specified decimal formats; otherwise, falseFalsefalse.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionname is null a null reference (Nothing in Visual Basic) nullptr