Function to use to generate a byte id from a string name

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public delegate byte[] TimelineIDGenerator(
	string fieldName
)

Parameters

fieldName
Type: System..::..String
String name of the timeline.

See Also