Operator Implicit
| Improve this Doc View SourceImplicit(Nullable<Char> to _Char)
Implicitly converts the supplied value to a column of parameter expression.
Declaration
public static implicit operator _Char(char? x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Char> | x | The value of the parameter expression. |
Returns
| Type | Description |
|---|---|
| _Char | The column of parameter expression. |