Skip to content

Commit

Permalink
GITBOOK-40: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSadlerUK authored and gitbook-bot committed Aug 14, 2023
1 parent d71b1c4 commit 57e39a1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
6 changes: 3 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@

## 🔌 Extensions

* [ConvertExtensions](extensions/convertextensions.md)
* [CultureInfoExtensions](extensions/cultureinfoextensions.md)
* [DecimalExtensions](extensions/decimalextensions.md)
* [Convert Extensions](extensions/convert-extensions.md)
* [CultureInfo Extensions](extensions/cultureinfo-extensions.md)
* [Decimal Extensions](extensions/decimal-extensions.md)

## 👨💻 View Components

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ConvertExtensions
---
description: Useful extensions which convert from one type to another
---

# Convert Extensions

These extensions can be found within the namespace `UmbCheckout.Shared.Extensions`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CultureInfoExtensions
---
description: Useful extensions to return culture related data
---

# CultureInfo Extensions

These extensions can be found within the namespace `UmbCheckout.Shared.Extensions`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# DecimalExtensions
---
description: Useful extensions for use with decimals
---

# Decimal Extensions

These extensions can be found within the namespace `UmbCheckout.Shared.Extensions`

#### FormatCurrency

Returns the decimal as currency with the symbol, this can be combined with [GetIsoCurrencySymbol](cultureinfoextensions.md#getisocurrencysymbol)
Returns the decimal as currency with the symbol, this can be combined with [GetIsoCurrencySymbol](cultureinfo-extensions.md#getisocurrencysymbol)

{% code title="Example" %}
```csharp
Expand Down

0 comments on commit 57e39a1

Please sign in to comment.