ContactPropertyReader.ReadValue method
The ReadValue() method parses a property value and returns it according to its type.
Overload list
Name | Description | |
---|---|---|
ReadValue() | The ReadValue() method parses a property value according to its type and returns it as an object. | |
ReadValue(ContactValueSeparators) | The ReadValue(ContactValueSeparators) method parses the value according to its type and returns it as an object. Values are separated by the specified separators. |
Top