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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string MakeCustomDateFormat(
	string format
)

Parameters

format  String
Incoming format.

Return Value

String
Corrected format.
See Also