chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# FloatToString
|
||||
|
||||
*in [Lib.string.convert](README.md)*
|
||||
|
||||
Converts a float value into a string.
|
||||
|
||||
You can use the .net string format descriptor for various effects, like...
|
||||
|
||||
Here are some examples for the value 1.2345
|
||||
|
||||
{0:P1} -> 123.45%
|
||||
{0:000.000} -> 001.234
|
||||
{0:0} -> 1
|
||||
{0:G3} -> 1.23
|
||||
need {0:1.2} cookies -> need 1.2 cookies
|
||||
|
||||
|
||||
## Input Parameters
|
||||
| Name (Relevancy & Type) | Description |
|
||||
|---|---|
|
||||
| **Value** (Single) | — |
|
||||
| **Format** (String) | — |
|
||||
|
||||
## Outputs
|
||||
| Name | Type |
|
||||
|---|---|
|
||||
| **Output** | System.String |
|
||||
|
||||
Reference in New Issue
Block a user