Table of Contents

Method ToSByte

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ToSByte()

Converts this variant to sbyte if possible.

public readonly sbyte ToSByte()

Returns

sbyte

ToSByte(IFormatProvider)

Converts this variant to sbyte if possible using the specified format provider.

public readonly sbyte ToSByte(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

sbyte