AdapterCodeMethods.ConvertDNWithBinaryToString(PSObject, PSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts instance of DN-With-Binary to .net String
public:
static System::String ^ ConvertDNWithBinaryToString(System::Management::Automation::PSObject ^ deInstance, System::Management::Automation::PSObject ^ dnWithBinaryInstance);
public static string ConvertDNWithBinaryToString (System.Management.Automation.PSObject deInstance, System.Management.Automation.PSObject dnWithBinaryInstance);
static member ConvertDNWithBinaryToString : System.Management.Automation.PSObject * System.Management.Automation.PSObject -> string
Public Shared Function ConvertDNWithBinaryToString (deInstance As PSObject, dnWithBinaryInstance As PSObject) As String
Parameters
- deInstance
- PSObject
Instance of PSObject wrapping DirectoryEntry object
- dnWithBinaryInstance
- PSObject
Instance of PSObject wrapping DN-With-Binary object
Returns
Converted string.