chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,19 @@
# IntToString
*in [Lib.string.convert](README.md)*
Converts an [IntValue] to a string.
Tip: You can override the string formatting to something like... "{0:0} times" add prefixes or suffixes.
## Input Parameters
| Name (Relevancy & Type) | Description |
|---|---|
| **Value** (Int32) | — |
| **Format** (String) | — |
## Outputs
| Name | Type |
|---|---|
| **Output** | System.String |