共用方式為


BicepFunction.ToLower(BicepValue<Object>) Method

Definition

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