 | LiteEncoderEncodeUnicode Method |
Gets a Unicode encoded buffer with BOM prefix from a string. The buffer is endian encoded
and BOM chosen according to the bit-endedness of the current runtime environment.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic static byte[] EncodeUnicode(
string value
)
Parameters
- value String
[Missing <param name="value"/> documentation for "M:Orthogonal.NTagLite.LiteEncoder.EncodeUnicode(System.String)"]
Return Value
Byte[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteEncoder.EncodeUnicode(System.String)"]
See Also