Implicit Operator
Implicit(ConfigurationFlags to Byte)
Implicitly convert ConfigurationFlags to a langword_csharp_byte.
C#
public static implicit operator byte (ConfigurationFlags flags)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationFlags | flags | Flag object to convert. |
Returns
System.Byte
Implicit(Byte to ConfigurationFlags)
Implicitly convert a langword_csharp_byte to a ConfigurationFlags object.
C#
public static implicit operator ConfigurationFlags(byte b)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | b | A byte containing the flags. |
Returns