Skip to content

Conversion Functions

NileshGhodekar edited this page May 24, 2020 · 8 revisions

Conversion Functions

Function Description
ConvertFromBase64 Converts a base64 string to a byte array.
ConvertNumberToList Converts a number to a list of numbers starting from 1 to the specified input number.
ConvertSIDToString Converts a byte array containing a security identifier to a string.
ConvertStringToGUID / ConvertToGUID Converts the string representation of a GUID to a binary representation of the GUID.
ConvertToBase64 Converts a byte array to a base64 encoded string.
ConvertToBoolean Converts a string or a number to a boolean value.
ConvertToNumber Converts a string or a boolean value to a number.
ConvertToString Converts a value to its string representation.
ConvertToUniqueIdentifier Converts all supplied GUIDs to unique identifiers so they can be used in native FIM activities such as the Approval activity.
DateTimeFromFileTimeUTC Converts the specified Windows file time to an equivalent UTC time.
DateTimeFromString Converts the specified string representation to an equivalent UTC datetime.
DateTimeToFileTimeUTC Converts a date in the Windows file time format.
DateTimeUtcToLocalTime Convert a date to the local time or specified time zone.
FormatMultivaluedList Formats the multivalued list as per the specified format string.
Clone this wiki locally