ToUnformattedString Method (GeneralFormatter)
Returns an unformatted string for the value passed.
'Declaration
Public Overridable Function ToUnformattedString( _
ByVal As Object _
) As String
'Usage
Dim instance As GeneralFormatter
Dim value As Object
Dim value As String
value = instance.ToUnformattedString(value)
Parameters
- value