Search
GeneralFormat.Process Method (Object)
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
)

Visual Basic  Copy Code

Public Function Process( _
    value As Object _
) As String

 Parameters

value

 Return Value

 See Also