Useful extensions which convert from one type to another
Last updated 1 year ago
These extensions can be found within the namespace UmbCheckout.Shared.Extensions
UmbCheckout.Shared.Extensions
Converts a string to boolean
Model.StringBoolean.ToBoolean()
"true"
true
"1"
"false"
false
"0"