Returns an SVG compatible string of all numbers in array separated by Sep parameter
Namespace: FMX.RS.SVGUtils
Delphi |
function SVGNumbersToString( const Nums: TSingleDynArray; const FormatStr: String = ShortFormatStr; |
Parameters
Nums
Type: TSingleDynArray
Array of numbers to convert
FormatStr
Type: String
Format string for the number
Sep
Type: String
Separator between the numbers
aUnit
Measurement unit the numbers are in
Type: String
Reference |