ByteArrayColumnToString Method

Returns the text representation of the byte[] content

Definition

Namespace: Firefly.Box.Data
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public override string ToString()

Return Value

String
The text representation of the byte[]

Remarks

The conversion is done isung the default encoding. This method can be overriden, to change the way the content is converted to text.

See Also