FndLengthPrefixedTextUtil.WriteValue Method |
Encodes with length prefix (for LPA/LPT) and writes a value to a writer.
Namespace:
Ifs.Fnd.Buffer
Assembly:
Ifs.Fnd.Buffer (in Ifs.Fnd.Buffer.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic static void WriteValue(
BinaryWriter writer,
Object value
)
Parameters
- writer
- Type: System.IO.BinaryWriter
BinaryWriter to write to - value
- Type: System.Object
Value to be written
See Also