Click or drag to resize

ByteArrayStringConverterPerformConvertFrom Method

Performs the ConvertFrom, which converts a string to a byte[]

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 PerformConvertFrom(
	Object value
)

Parameters

value
Type: SystemObject
The value, has to be a string

Return Value

Type: Object
value converted from string to byte[].
See Also