DateTimeContainer.ToSByte Method |
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntaxpublic sbyte ToSByte(
IFormatProvider provider
)
Parameters
- provider
- Type: System.IFormatProvider
Return Value
Type:
SByteImplements
IConvertible.ToSByte(IFormatProvider)
See Also