ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / FormatInfo Class / Format Method / Format(Object) Method
Typed value to convert to a string

In This Topic
    Format(Object) Method
    In This Topic
    Formats a value, converts it to a string.
    Syntax
    'Declaration
     
    Public Overloads Function Format( _
       ByVal value As Object _
    ) As String
    public string Format( 
       object value
    )

    Parameters

    value
    Typed value to convert to a string
    See Also