ToLowerCase
function ToLowerCase(value: string | null): string | nullThe function ToLowerCase converts all the letters in a string to lower-case letters.
Parameter
|
Name |
Type |
Description |
|---|---|---|
|
value |
Any string. |
Return value
|
Type |
Description |
|---|---|
|
Input string in lower case or null if no string was passed. |
NuGet package: Beckhoff.TwinCAT.HMI.Functions
![]() | NuGet packages are available from version 1.12. |
![]() | Available from 1.8 |
