ByteArrayStringConverterPerformConvertTo Method  | 
 
            Performs the ConvertTo which converts a byte[] to a string using base64 encoding
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected override Object PerformConvertTo(
	byte[] value,
	Type destinationType
)
Protected Overrides Function PerformConvertTo ( 
	value As Byte(),
	destinationType As Type
) As Object
Parameters
- value
 - Type: SystemByte
The value, has to be a byte[] - destinationType
 - Type: SystemType
Type of the destination. 
Return Value
Type: 
Objectvalue converted to destinationType, which is a string
See Also