Skip to content
  • Product
  • LogCore + AI
  • Resources
  • Pricing
Getting started
Log in

How can we help you?

Getting Started

  • Introduction
    • Integration and Automation
  • Tutorials
    • Seamless Imports: From CSV to API in Logcore Auto

Building Integrations

  • How to build an integration
  • Flows
    • Http requests
    • Pagination in Http requests (Deprecated)
  • Steps
    • Array Filter
    • Database Step
    • HTTP Step
    • If/Else
    • Local Storage
    • Loop
    • Loop Break
    • Run Other Integration
    • Webhooks
    • While
  • Debugging
    • Breakpoints and Step-by-Step Debugging

Queries & Formulas

  • Array Loops
  • Data Conversion
  • HideIf
  • LogCore Arrays
  • LogCore Conversions
  • LogCore Formulas
  • Querying input data
View Categories
  • Home
  • Resources
  • Queries & Formulas
  • LogCore Conversions

LogCore Conversions

2 min read

Base64 Decode #

Syntax: #

Base64D(param1)

Converts/Decodes Base64 string to string. #

Conversion

Parameters: #
NameTypeDescription
param1stringThe Base64 string to be decoded.
param2string(Optional) Default: UTF-8. The code page name of the preferred encoding (ISO-8859-1, UTF-16, ASCII etc)
Returns: #

string

Base64D(‘SGVsbG8=’)


Base64 Encode #

Syntax: #

Base64(param1, param2)

Converts string to Base64 string. #

Conversion

Parameters: #
NameTypeDescription
param1stringThe string to be converted to Base64.
param2string(Optional) Default: UTF-8. The code page name of the preferred encoding (ISO-8859-1, UTF-16, ASCII etc)
Returns: #

string

Base64(‘Hello’)


CBool #

Syntax: #

CBool(param1)

Converts param1 to a bool. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to bool.
Returns: #

bool

CBool(1)


CByte #

Syntax: #

CByte(param1)

Converts param1 to a byte. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to byte.
Returns: #

byte

CByte(1)


CChar #

Syntax: #

CChar(param1)

Converts param1 to a char. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to char.
Returns: #

char

CChar(1)


CDate #

Syntax: #

CDate(param1)

Converts param1 to a date. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to date.
Returns: #

date

CDate(‘2021-01-01’)


CDbl #

Syntax: #

CDbl(param1)

Converts param1 to a double. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to double.
Returns: #

double

CDbl(1)


CDec #

Syntax: #

CDec(param1)

Converts param1 to a decimal. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to decimal.
Returns: #

decimal

CDec(1)


CFloat #

Syntax: #

CFloat(param1)

Converts param1 to a float. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to float.
Returns: #

float

CFloat(1)


CInt #

Syntax: #

CInt(param1)

Converts param1 to an int. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to int.
Returns: #

int

CInt(1.0)
CInt(‘1’)


CLong #

Syntax: #

CLong(param1)

Converts param1 to a long. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to long.
Returns: #

long

CLong(1)


CShort #

Syntax: #

CShort(param1)

Converts param1 to a short. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to short.
Returns: #

short

CShort(1)


CStr #

Syntax: #

CStr(param1)

Converts param1 to a string. #

Conversion

Parameters: #
NameTypeDescription
param1objectThe object to be converted to string.
Returns: #

string

CStr(1)


Md5 #

Syntax: #

Md5(param1)

Converts string to MD5 hash. #

Conversion

Parameters: #
NameTypeDescription
param1stringThe string to be converted to MD5 hash.
Returns: #

string

Md5(‘Hello’)

Updated on 2025-11-20
LogCore ArraysArray Loops
Table of Contents
  • Base64 Decode
    • Syntax:
    • Converts/Decodes Base64 string to string.
    • Parameters:
    • Returns:
  • Base64 Encode
    • Syntax:
    • Converts string to Base64 string.
    • Parameters:
    • Returns:
  • CBool
    • Syntax:
    • Converts param1 to a bool.
    • Parameters:
    • Returns:
  • CByte
    • Syntax:
    • Converts param1 to a byte.
    • Parameters:
    • Returns:
  • CChar
    • Syntax:
    • Converts param1 to a char.
    • Parameters:
    • Returns:
  • CDate
    • Syntax:
    • Converts param1 to a date.
    • Parameters:
    • Returns:
  • CDbl
    • Syntax:
    • Converts param1 to a double.
    • Parameters:
    • Returns:
  • CDec
    • Syntax:
    • Converts param1 to a decimal.
    • Parameters:
    • Returns:
  • CFloat
    • Syntax:
    • Converts param1 to a float.
    • Parameters:
    • Returns:
  • CInt
    • Syntax:
    • Converts param1 to an int.
    • Parameters:
    • Returns:
  • CLong
    • Syntax:
    • Converts param1 to a long.
    • Parameters:
    • Returns:
  • CShort
    • Syntax:
    • Converts param1 to a short.
    • Parameters:
    • Returns:
  • CStr
    • Syntax:
    • Converts param1 to a string.
    • Parameters:
    • Returns:
  • Md5
    • Syntax:
    • Converts string to MD5 hash.
    • Parameters:
    • Returns:

We’re ready when you are

LogCore helps businesses connect systems automate workflows keep operations flowing

Let’s build something great together

Product

  • Overview
  • AI
  • Resources
  • Pricing

Company

  • About Us
  • Contact Us
  • Terms Of Service