Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
protected override Object PerformConvertTo(
	byte[] value,
	Type destinationType
)

Parameters

value
Type: SystemByte
The value, has to be a byte[]
destinationType
Type: SystemType
Type of the destination.

Return Value

Type: Object
value converted to destinationType, which is a string
See Also