Category:ProtoFlux:Strings:Formatting: Difference between revisions

Category page
No edit summary
m remove postfix links
 
(One intermediate revision by one other user not shown)
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.
|Format As Time|| Formats the string into a time format.
|FormatAsTime|| Formats the string into a time format.
|Format DateTime as Date|| Formats the DateTime into a date format for a string.
|FormatDateTimeasDate|| Formats the DateTime into a date format for a string.
|Format DateTime as Time|| Formats the DateTime into a time format for a string.
|FormatDateTimeasTime|| 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.
|FormatString|| Take any {0}, {1}, {2}, (etc) in a string and replace it with a new value.
|Format Timespan|| Formats a TimeSpan.
|FormatTimespan|| Formats a TimeSpan.
|To Lower (String)|| Makes the input string lower case.
|ToLower|| Makes the input string lowercase.
|To Upper (String)|| Makes the input string upper case.
|ToUpper|| Makes the input string uppercase.
}}
}}
[[Category:ProtoFlux:Strings]]
[[Category:ProtoFlux:Strings]]

Latest revision as of 04:42, 25 August 2025

Nodes
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 Makes the input string lowercase.
ToUpper Makes the input string uppercase.

Pages in category "ProtoFlux:Strings:Formatting"

The following 8 pages are in this category, out of 8 total.