[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.ToUnformattedString

ToUnformattedString Method

ToUnformattedString(object)

Returns an unformatted string for the value passed.

Declaration
public virtual string ToUnformattedString(object value)
Public Overridable Function ToUnformattedString(value As Object) As String
Parameters
Type Name Description
object value

The string value.

Returns
Type Description
string

A unformatted string.

Implements