LBM .Net API Documentation
writeUnicode Method (ba, pos, s)
Namespacescom.latencybusters.pdmPDMSerializerwriteUnicode(array<Byte>[]()[], Int32, String)
Writes the non-null unicode String into the byte array as UTF-8 at position and appends a 0 byte after the String
Declaration Syntax
C#
public virtual int writeUnicode(
	byte[] ba,
	int pos,
	string s
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
s (String)
the Unicode String to write
Return Value
the updated position in the byte array after the write

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)