Static method to marshall a long into a StringBuilder buffer.

Namespace: ININ.IceLib.Data.TransactionBuilder
Assembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static void Encode(
	StringBuilder buf,
	long d
)
Visual Basic
Public Shared Sub Encode ( _
	buf As StringBuilder, _
	d As Long _
)

Parameters

buf
Type: System.Text..::..StringBuilder
The StringBuilder buffer to marshall the data into.
d
Type: System..::..Int64
The integer data to be marshalled into the buffer.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also