FormIt Plugin API  v23.0.0 (2023.0.0)
FormIt.Utils API

Description

Functions

json FormIt.Utils.DecodeBase64Bytes (decodeBytes)
 
json FormIt.Utils.EncodeBase64Bytes (encodeBytes)
 Encode a vector of bytes to base64 format Parameters: In: bytes to encode Out: encoded string. More...
 
json FormIt.Utils.NewGuid ()
 NewGuid() function. More...
 
json FormIt.Utils.GuidFromString (hexStr)
 GuidFromString() function. More...
 

Function Documentation

json FormIt.Utils.DecodeBase64Bytes ( decodeBytes  )
json FormIt.Utils.EncodeBase64Bytes ( encodeBytes  )

Encode a vector of bytes to base64 format Parameters: In: bytes to encode Out: encoded string.

Parameters
[in]encodeBytesArray of char
Returns
resultString
json FormIt.Utils.GuidFromString ( hexStr  )

GuidFromString() function.

Parameters
[in]hexStrString
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.Utils.NewGuid ( )

NewGuid() function.

Returns
{...}