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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET