No edit summary |
m fix link spaces |
||
| Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
|Capitalize|| Capitalizes the first letter in a string input. | |Capitalize|| Capitalizes the first letter in a string input. | ||
| | |FormatAsTime|| Formats the string into a time format. | ||
| | |FormatDateTimeasDate|| Formats the DateTime into a date format for a string. | ||
| | |FormatDateTimeasTime|| Formats the DateTime into a time format for a string. | ||
| | |FormatString|| Take any {0}, {1}, {2}, (etc) in a string and replace it with a new value. | ||
| | |FormatTimespan|| Formats a TimeSpan. | ||
| | |ToLower(String)|| Makes the input string lower case. | ||
| | |ToUpper(String)|| Makes the input string upper case. | ||
}} | }} | ||
[[Category:ProtoFlux:Strings]] | [[Category:ProtoFlux:Strings]] | ||
Revision as of 03:56, 25 August 2025
| Node Name | Description |
|---|---|
| Capitalize | Capitalizes the first letter in a string input. |
| FormatAsTime | Formats the string into a time format. |
| FormatDateTimeasDate | Formats the DateTime into a date format for a string. |
| FormatDateTimeasTime | Formats the DateTime into a time format for a string. |
| FormatString | Take any {0}, {1}, {2}, (etc) in a string and replace it with a new value. |
| FormatTimespan | Formats a TimeSpan. |
| ToLower(String) | Makes the input string lower case. |
| ToUpper(String) | Makes the input string upper case. |
Pages in category "ProtoFlux:Strings:Formatting"
The following 8 pages are in this category, out of 8 total.