[]
        
(Showing Draft Content)

C1.Framework.Style.FormatValue

FormatValue Method

FormatValue(object)

Converts value to string according to Format property value.

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

A value to convert.

Returns
Type Description
string

The string value of the current instance.