Char static method

DataTypeInterface Char([
  1. int? length = CharType.DefaultLength
])

Implementation

static DataTypeInterface Char([Core.int? length = CharType.DefaultLength]) =>
    CharType(length);