Search
GeneralFormat.Process Method (Object, IFormatProvider)
See Also
 






Converts the specified object to a string according to the underlying formatting string.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public string Process (
    Object value,
    IFormatProvider provider
)

Visual Basic  Copy Code

Public Function Process( _
    value As Object, _
    provider As IFormatProvider _
) As String

 Parameters

value

provider

 Return Value

 See Also