LBM .Net API Documentation
readUnicode Method (ba, pos, len)
Namespaces
►
com.latencybusters.pdm
►
PDMDeserializer
►
readUnicode(
array<
Byte
>
[]
()
[]
, Int32, Int32)
C#
This method will read the specified len at position pos from the byte array and create a UTF-8 unicode String expecting the String to end with a byte 0
Declaration Syntax
C#
public
virtual
string
readUnicode
(
byte
[]
ba
,
int
pos
,
int
len
)
Parameters
ba
(
array<
Byte
>
[]
()
[]
)
the byte array
pos
(
Int32
)
the position to start reading
len
(
Int32
)
the length of the string in bytes
Return Value
the String
Assembly:
lbmcspdm
(Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)