CF_UNICODETEXT top-level constant Null safety
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
Implementation
const CF_UNICODETEXT = 13;
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
const CF_UNICODETEXT = 13;