Table of Contents

Method ToByte

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

ToByte()

Converts this variant to byte if possible.

public readonly byte ToByte()

Returns

byte

ToByte(IFormatProvider)

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

public readonly byte ToByte(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

byte