Skip to content

SID to string (bi directional)

ryannewington edited this page Jun 23, 2016 · 1 revision

SID to string (bi-directional)

Summary

This transform allows you to either

  1. Pass in a binary SID value, and receive a string-based SID
  2. 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

Parameters

This transform does not have any parameters

Input Type

The transform accepts either a string or binary representation of a SID.

Multiple input values

The transform accepts multiple input values, and processes each of them individually.

Return Type

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.