Style.Custom

Style.Custom property

Represents the custom number format string of this style object. If the custom number format is not set(For example, the number format is builtin), "" will be returned.

public string Custom { get; set; }

Remarks

The returned custom string is culture-independent.

See Also