asString

Convert a value of any type to a string. We need to handle floating point values separately because the 'to' function can't convert these to a string at compile-time.

string
asString
(
alias value
)
(
)

Meta