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.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET