Decode
Decodes an array of bytes into a string table containing up to 16 strings.
Public Function Decode(
ByVal Key As ResourceKey,
ByRef Bytes ( ) As Byte ) As Long
Parameters
- Key
-
[ByVal]
ResourceKey.
The resource identifier for the specific string table.
- Bytes
-
[ByRef]
Byte.
The byte data that is decoded to a string table.
Return Values
Long - The number of strings decoded from the byte array.
Remarks
Up to 16 strings can be decoded from a resource string table.
See Also
Project CorLib Overview
Class StringResourceDecoder Overview
ResourceKey