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

Formats a value, converts it to a string.

Declaration
public string Format(object value, FormatType formatType, CultureInfo culture)
Public Function Format(value As Object, formatType As FormatType, culture As CultureInfo) As String
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