Create Strings:Formatting ProtoFlux Category |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
|Capitalize|| | |Capitalize|| Capitalizes the first letter in a string input. | ||
|Format As Time|| | |Format As Time|| Formats the string into a time format. | ||
|Format DateTime as Date|| | |Format DateTime as Date|| Formats the DateTime into a date format for a string. | ||
|Format DateTime as Time|| | |Format DateTime as Time|| Formats the DateTime into a time format for a string. | ||
|Format String|| Take any {0}, {1}, {2}, (etc) in a string and replace it with a new value. | |Format String|| Take any {0}, {1}, {2}, (etc) in a string and replace it with a new value. | ||
|Format Timespan|| | |Format Timespan|| Formats a TimeSpan. | ||
|To Lower|| | |To Lower (String)|| Makes the input string lower case. | ||
|To Upper|| | |To Upper (String)|| Makes the input string upper case. | ||
}} | }} | ||
[[Category:ProtoFlux:Strings]] |
Latest revision as of 21:52, 17 April 2024
Node Name | Description |
---|---|
Capitalize | Capitalizes the first letter in a string input. |
Format As Time | Formats the string into a time format. |
Format DateTime as Date | Formats the DateTime into a date format for a string. |
Format DateTime as Time | Formats the DateTime into a time format for a string. |
Format String | Take any {0}, {1}, {2}, (etc) in a string and replace it with a new value. |
Format Timespan | Formats a TimeSpan. |
To Lower (String) | Makes the input string lower case. |
To Upper (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.