LongStringToSByte Method

Return the most appropriate individual 8-bit signed integer representation of this object.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public sbyte ToSByte(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider
Format provider.

Return Value

SByte
An 8-bit signed integer representation of this value.

Implements

IConvertibleToSByte(IFormatProvider)

See Also