ByteArrayColumnToString Method
Returns the text representation of the byte[] content
Namespace: Firefly.Box.DataAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public override string ToString()
Public Overrides Function ToString As String
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
StringThe text representation of the byte[]
The conversion is done isung the default encoding.
This method can be overriden, to change the way the content is converted to text.