FutureProg functions
totext
Text totext(Boolean value)
Contexts: computer function, computer program, standard futureprog
Converts the supplied value to text using the standard FutureProg conversion rules.
value: The value to convert or inspect.
Text totext(DateTime value)
Contexts: computer function, computer program, standard futureprog
Formats a real-world datetime, optionally with a format string and a character whose culture and account formatting preferences should be used.
value: The value to convert or inspect.
Text totext(DateTime value, Text format, Toon voyeur)
Contexts: computer function, computer program, standard futureprog
Formats a real-world datetime, optionally with a format string and a character whose culture and account formatting preferences should be used.
value: The value to convert or inspect.
format: A .NET date/time format string used to format or parse the date.
voyeur: The character whose account culture and formatting preferences should be used.
Text totext(DateTime value, Toon voyeur)
Contexts: computer function, computer program, standard futureprog
Formats a real-world datetime, optionally with a format string and a character whose culture and account formatting preferences should be used.
value: The value to convert or inspect.
voyeur: The character whose account culture and formatting preferences should be used.
Text totext(Gender value)
Contexts: computer function, computer program, standard futureprog
Converts the supplied value to text using the standard FutureProg conversion rules.
value: The value to convert or inspect.
Text totext(MudDateTime value)
Contexts: computer function, computer program, standard futureprog
Formats an in-game mud datetime with long calendar and time display rules. Null or Never mud datetimes display as Never.
value: The value to convert or inspect.
Text totext(Number value)
Contexts: computer function, computer program, standard futureprog
Converts the supplied value to text using the standard FutureProg conversion rules.
value: The value to convert or inspect.
Text totext(TimeSpan value)
Contexts: computer function, computer program, standard futureprog
Formats a duration as readable text, optionally using the supplied character account culture and formatting preferences.
value: The value to convert or inspect.
Text totext(TimeSpan value, Toon voyeur)
Contexts: computer function, computer program, standard futureprog
Formats a duration as readable text, optionally using the supplied character account culture and formatting preferences.
value: The value to convert or inspect.
voyeur: The character whose account culture and formatting preferences should be used.
Contexts: computer function, computer program, standard futureprog
Converts the supplied value to text using the standard FutureProg conversion rules.
value: The value to convert or inspect.
Text totext(DateTime value)
Contexts: computer function, computer program, standard futureprog
Formats a real-world datetime, optionally with a format string and a character whose culture and account formatting preferences should be used.
value: The value to convert or inspect.
Text totext(DateTime value, Text format, Toon voyeur)
Contexts: computer function, computer program, standard futureprog
Formats a real-world datetime, optionally with a format string and a character whose culture and account formatting preferences should be used.
value: The value to convert or inspect.
format: A .NET date/time format string used to format or parse the date.
voyeur: The character whose account culture and formatting preferences should be used.
Text totext(DateTime value, Toon voyeur)
Contexts: computer function, computer program, standard futureprog
Formats a real-world datetime, optionally with a format string and a character whose culture and account formatting preferences should be used.
value: The value to convert or inspect.
voyeur: The character whose account culture and formatting preferences should be used.
Text totext(Gender value)
Contexts: computer function, computer program, standard futureprog
Converts the supplied value to text using the standard FutureProg conversion rules.
value: The value to convert or inspect.
Text totext(MudDateTime value)
Contexts: computer function, computer program, standard futureprog
Formats an in-game mud datetime with long calendar and time display rules. Null or Never mud datetimes display as Never.
value: The value to convert or inspect.
Text totext(Number value)
Contexts: computer function, computer program, standard futureprog
Converts the supplied value to text using the standard FutureProg conversion rules.
value: The value to convert or inspect.
Text totext(TimeSpan value)
Contexts: computer function, computer program, standard futureprog
Formats a duration as readable text, optionally using the supplied character account culture and formatting preferences.
value: The value to convert or inspect.
Text totext(TimeSpan value, Toon voyeur)
Contexts: computer function, computer program, standard futureprog
Formats a duration as readable text, optionally using the supplied character account culture and formatting preferences.
value: The value to convert or inspect.
voyeur: The character whose account culture and formatting preferences should be used.