I'm using an object data type variable to pass a numeric value (Int, Float,
Double, etc) to a function that returns a formatted string. However,
nullable types do not provide an overridden ToString() method that takes a
format string.
Anyone have any suggestions how to approach this problem to allow a custom
format string with an object data type?
Thanks,
Double, etc) to a function that returns a formatted string. However,
nullable types do not provide an overridden ToString() method that takes a
format string.
Anyone have any suggestions how to approach this problem to allow a custom
format string with an object data type?
Thanks,
Comment