F_AnyTypeClassToString Function
This function takes the type-class of a ANY-variable and returns the STRING representation of it.
Inputs
| Name | Type | Description |
|---|---|---|
AnyTypeClass |
__SYSTEM.TYPE_CLASS |
Declaration source
// This function takes the type-class of a ANY-variable and returns the STRING representation of it.
FUNCTION F_AnyTypeClassToString : STRING
VAR_INPUT
AnyTypeClass : __SYSTEM.TYPE_CLASS;
END_VAR