ByteArrayColumnFromString(String) 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(
string value
)
Public Overridable Function FromString (
value As String
) As Byte()
abstract FromString :
value : string -> byte[]
override FromString :
value : string -> byte[]
- value String
- 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[].