Skip to content

Commit 4122b8f

Browse files
committed
acrolinx
1 parent c137e13 commit 4122b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/bicep-functions-logical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Namespace: [sys](bicep-functions.md#namespaces-for-functions).
2525

2626
| Parameter | Required | Type | Description |
2727
|:--- |:--- |:--- |:--- |
28-
| arg1 |Yes |string or int |The value to convert to a boolean. String value "true" with any combination of upper and lower case characters (e.g. "True", "TRUE", "tRue", "true") are considered to be equivalent and represent the boolean value of `true`, otherwise `false`. Integer value 0 is considered to be `false` and all other integers are considered to be `true`. |
28+
| arg1 |Yes |string or int |The value to convert to a boolean. String value "true" with any combination of upper and lower case characters (for example "True", "TRUE", "tRue", "true") are considered to be equivalent and represent the boolean value of `true`, otherwise `false`. Integer value 0 is considered to be `false` and all other integers are considered to be `true`. |
2929

3030
### Return value
3131

0 commit comments

Comments
 (0)