Click or drag to resize
DateTimeContainerToSByte Method
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.

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

Parameters

provider
Type: SystemIFormatProvider

Return Value

Type: SByte

Implements

IConvertibleToSByte(IFormatProvider)
See Also