Example #1
0
 internal StringLikeConverter(Type type)
 {
     this.type        = type ?? throw new ArgumentNullException(nameof(type));
     this.parseMethod = StringLikeHelper.GetParseMethod(type);
 }