Dialect.HexPrefix Property
Definition
The prefix for hexadecimal literals, e.g. the $ in $FF. 0x is always supported too. Defaults to $.
public char HexPrefix { get; init; }
The prefix for hexadecimal literals, e.g. the $ in $FF. 0x is always supported too. Defaults to $.
public char HexPrefix { get; init; }