Method GetMinMaxRangeStr
GetMinMaxRangeStr(string?)
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)
Parameters
formatstringRange string format. Example: "Range is [{0}]."
Returns
Remarks
If format is null, range string is returned unformatted.