Click or drag to resize
DateTimeContainer.ToChar Method
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public char ToChar(
	IFormatProvider provider
)

Parameters

provider
Type: System.IFormatProvider

Return Value

Type: Char

Implements

IConvertible.ToChar(IFormatProvider)
See Also