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
)
Public Shared Function DecodeToString (
member As Byte(),
ByRef offset As Integer,
numberOfBytes As Integer
) As String
public:
static String^ DecodeToString(
array<unsigned char>^ member,
int% offset,
int numberOfBytes
)
static member DecodeToString :
member : byte[] *
offset : int byref *
numberOfBytes : int -> string
Parameters
- member
- Type: SystemByte
Bytes for an object field - offset
- Type: SystemInt32
Offset into bytes - numberOfBytes
- Type: SystemInt32
Length of field
Return Value
Type:
StringA string representing the field value
See Also