BicepFunction.ToLower(BicepValue<Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the specified string to lower case. This represents the
toLower
Bicep function.
public static Azure.Provisioning.BicepValue<string> ToLower (Azure.Provisioning.BicepValue<object> value);
static member ToLower : Azure.Provisioning.BicepValue<obj> -> Azure.Provisioning.BicepValue<string>
Public Shared Function ToLower (value As BicepValue(Of Object)) As BicepValue(Of String)
Parameters
- value
- BicepValue<Object>
The value to convert to lower case.
Returns
The string converted to lower case.
Remarks
See the Bicep Functions Reference for more.