-
Notifications
You must be signed in to change notification settings - Fork 2
SID to string (bi directional)
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform allows you to either
- Pass in a binary SID value, and receive a string-based SID
- Pass in a string-based SID, and receive a binary SID
The transform automatically detects the type of incoming data (either a binary or string value) and applies the appropriate transformation to it
This transform does not have any parameters
The transform accepts either a string or binary representation of a SID.
The transform accepts multiple input values, and processes each of them individually.
If a binary SID is provided to the transform, the SID string is returned. If a SID string is provided, a binary SID is returned.