[]
        
(Showing Draft Content)

C1.Win.Input.Formating.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, FormatType, CultureInfo)

Formats a value, converts it to a string.

Declaration
public string Format(object value, FormatType formatType, CultureInfo culture)
Parameters
Type Name Description
object value

Typed value to convert to a string.

FormatType formatType

Format method or specifier used for conversion.

CultureInfo culture

Culture used for conversion.

Returns
Type Description
string