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.6.0.0 (5.6.19.0117)
Syntax protected override Object PerformConvertFrom(
Object value
)
Protected Overrides Function PerformConvertFrom (
value As Object
) As Object
Parameters
- value
- Type: SystemObject
The value, has to be a string
Return Value
Type:
Objectvalue converted from string to byte[].
See Also