ByteArrayColumnFromString(TextColumn) Method
Converts Text data to byte[]
Namespace: Firefly.Box.DataAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public virtual byte[] FromString(
TextColumn column
)
Public Overridable Function FromString (
column As TextColumn
) As Byte()
abstract FromString :
column : TextColumn -> byte[]
override FromString :
column : TextColumn -> byte[]
- column TextColumn
- the text value to be converted
ByteThe byte[] containing the converted value
The default conversion is done using the default encoding.
This method can be overriden, to change the way text is converted to byte[].