Converts a decimal value to its equivalent string representation.
'Declaration
Public Overloads Shared Function CStr( _
ByVal As Decimal _
) As String
Parameters
- value
- The decimal value to convert.
Return Value
A string representation of the decimal value.