[]
        
(Showing Draft Content)

C1.Win.C1Input.FormatInfo.Format

Format Method

Format(object)

Formats a value, converts it to a string.

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

Typed value to convert to a string

Returns
Type Description
string

Format(object, FormatTypeEnum, CultureInfo)

Formats a value, converts it to a string.

Declaration
public string Format(object value, FormatTypeEnum formatType, CultureInfo culture)
Public Function Format(value As Object, formatType As FormatTypeEnum, culture As CultureInfo) As String
Parameters
Type Name Description
object value

Typed value to convert to a string.

FormatTypeEnum formatType

Format method or specifier used for conversion.

CultureInfo culture

Culture used for conversion.

Returns
Type Description
string