API Reference
Class
LdapValueFormatter
Formats raw ADSI/LDAP values into stable, display-safe strings. Intended for report and tool output layers that need deterministic formatting without re-implementing byte[]/SID/GUID handling in each consumer.
Inheritance
- Object
- LdapValueFormatter
Methods
public static String Format(Object value) #Returns:
StringFormats a single LDAP property value into a string.
Parameters
- value System.Object