Determines whether the NameValueCollection contains the specified String value.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool ContainsValue(
	string value
)
Visual Basic
Public Function ContainsValue ( 
	value As String
) As Boolean

Parameters

value
Type: System..::..String
The String value to locate in the NameValueCollection. This argument can be a null reference.

Return Value

Type: Boolean
true if the NameValueCollection contains an element with the specified value; otherwise, false.

Remarks

Please refer to ContainsValue(Object) for details.

See Also