InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Style Class / FormatValue Method
A value to convert.

In This Topic
    FormatValue Method (Style)
    In This Topic
    Converts value to string according to Style.Format property value.
    Syntax
    'Declaration
     
    Public Function FormatValue( _
       ByVal value As Object _
    ) As String
    public string FormatValue( 
       object value
    )

    Parameters

    value
    A value to convert.

    Return Value

    The string value of the current instance.
    See Also