Showing 2161 - 2170 of 3928 results
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/toBinaryReturns a binary formatted string representing the unsigned integer argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/substringWill return the portion of the string from the startIndex to the endIndex, or end of the string if endIndex is not specified
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/concatConcatenates all of the strings passed in as arguments together.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/trimTakes the argument string and trims of any leading and/or trailing whitespace
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/fromHexReturns an integer value of the hex formatted string argument.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/fromBinaryReturns an integer value of the binary formatted string argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/toOctalReturns an octal formatted string representing the unsigned integer argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/toHexReturns a hex formatted string representing the unsigned integer argument.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/lenReturns the length of the argument, which may be a string or a dataset.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/replaceFinds all occurrences of a substring inside of a source string, and replaces them with the replacement string.

Were these results helpful?