Need to expand it to take other types into consideration, such as int for USN attribute tracking.
Approach 1: (CHEAP) use System.Convert to test the conversion.
Approach 2: (MORE WORK, BETTER) check the LDAP schema for the delta tracking attribute syntax, map to a .NET type then convert.