ByteArrayColumnFromString(TextColumn) Method

Converts Text data to byte[]

Definition

Namespace: Firefly.Box.Data
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public virtual byte[] FromString(
	TextColumn column
)

Parameters

column  TextColumn
the text value to be converted

Return Value

Byte
The byte[] containing the converted value

Remarks

The default conversion is done using the default encoding. This method can be overriden, to change the way text is converted to byte[].

See Also