Click or drag to resize

CommonHelperMakeCustomDateFormat Method

Ensure that a single character format string is treated as a custom format.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string MakeCustomDateFormat(
	string format
)

Parameters

format
Type: SystemString
Incoming format.

Return Value

Type: String
Corrected format.
See Also