Method Const
| Improve this Doc View SourceConst(Nullable<Char>)
Creates a column of constant expression.
Declaration
public static _Char Const(char? x)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Char> | x | The value of the constant expression. |
Returns
Type | Description |
---|---|
_Char | The column of constant expression. |