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

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