declare namespace TcHmi.Functions.Beckhoff { /** * Convert string value to uppercase. * @param value */ function ToUpperCase(value: string): string | null; } //# sourceMappingURL=ToUpperCase.d.ts.map