Show / Hide Table of Contents

implicit operator Operator

implicit operator byte(ConfigurationFlags)

Implicitly convert ConfigurationFlags to a byte.

C#
public static implicit operator byte(ConfigurationFlags flags)

Parameters

Type Name Description
ConfigurationFlags flags

Flag object to convert.

Returns

byte

implicit operator ConfigurationFlags(byte)

Implicitly convert a byte to a ConfigurationFlags object.

C#
public static implicit operator ConfigurationFlags(byte b)

Parameters

Type Name Description
byte b

A byte containing the flags.

Returns

ConfigurationFlags

In this article
Back to top Generated by DocFX