ComponentOne Input for WinForms
Using the C1Input Controls / Formatting Data / Custom Format Specifiers
In This Topic
    Custom Format Specifiers
    In This Topic

    Setting FormatType to CustomFormat corresponds to the case of a custom format specifier as defined in the .NET Framework documentation, the specifier itself is determined by the CustomFormat property. In the CustomFormat string you define the format desired using special characters for numeric and date-time types as presented in the following tables. For details, see Custom Numeric Format Strings and Date and Time Format Strings in the .NET Framework documentation.

    See Also