AdapterCodeMethods Class  
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.
Contains CodeMethod implementations for some adapted types like:
- DirectoryEntry Related Code Methods (a) Convert from DE LargeInteger to Int64. (b) Convert from DE Dn-With-Binary to string.
 
public ref class AdapterCodeMethods abstract sealed
	public ref class AdapterCodeMethods abstract sealed
	class AdapterCodeMethods abstract sealed
	public static class AdapterCodeMethods
	type AdapterCodeMethods = class
	Public Class AdapterCodeMethods
		- Inheritance
 - 
				AdapterCodeMethods
 
Methods
| ConvertDNWithBinaryToString(PSObject, PSObject) | 
		 Converts instance of DN-With-Binary to .net String  | 
        	
| ConvertLargeIntegerToInt64(PSObject, PSObject) | 
		 Converts instance of LargeInteger to .net Int64.  |