• User guide
  • API Reference
Show / Hide Table of Contents
  • TcLogLib
    • Constants
      • Constants
    • Logger
      • TcLog
      • TcLogCore
      • TcLogTrig
      • ErrorCodes
      • LogLevels
      • RollingIntervals
      • Error
      • LoggingConfiguration
      • ILog
      • ILogCore
    • Utils
      • AnyToString
      • DateTime

AnyToString

Namespace: TcLogLib
Declaration
FUNCTION AnyToString (
 data : ANY) : Tc2_System.T_MaxString
Inputs
Name Type Description
data ANY Input data

Converts value of input data to string, where the input type can be any of the standard data types.

In this article
Back to top Documentation powered by zkdoc