Skip to content

DataTableDictionary.Has

Overview

Boolean DataTableDictionary.Has ( key )
Returns to if specified key value has in dictionary.

Arguments

String key Key of value to check

Return Value

True if key value exists in dictionary, otherwise false.

Remarks

  • If key value trimmed if starts with numeric 0 characters if not contain any '.' (dot) character. For example : '00001234' key becomes '1234' but '000.1234' preserved.

Examples

See Also