[]
        
(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)
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)
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