Click or drag to resize

DataMemberDecodeToString Method

Used by code generator.

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static string DecodeToString(
	byte[] member,
	ref int offset,
	int numberOfBytes
)

Parameters

member
Type: SystemByte
Bytes for an object field
offset
Type: SystemInt32
Offset into bytes
numberOfBytes
Type: SystemInt32
Length of field

Return Value

Type: String
A string representing the field value
See Also