BicepFunction.ToUpper(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 upper case. This represents the
toUpper
Bicep function.
public static Azure.Provisioning.BicepValue<string> ToUpper (Azure.Provisioning.BicepValue<object> value);
static member ToUpper : Azure.Provisioning.BicepValue<obj> -> Azure.Provisioning.BicepValue<string>
Public Shared Function ToUpper (value As BicepValue(Of Object)) As BicepValue(Of String)
Parameters
- value
- BicepValue<Object>
The value to convert to upper case.
Returns
The string converted to upper case.
Remarks
See the Bicep Functions Reference for more.