Method GetMinMaxRangeStr
GetMinMaxRangeStr(string?, bool)
Returns minimal and maximal possible values for the DataType
as a range string and formats it using format.
public virtual string? GetMinMaxRangeStr(string? format = null, bool needUnsigned = false)
Parameters
formatstringRange string format. Example: "Range is [{0}]."
needUnsignedboolWhether to force 0 as min value if it is less than 0.
Returns
Remarks
If format is null, range string is returned unformatted.