Namespace: FMX.RS.SVGUtils
Delphi |
function ParseSingles( S: String; UnitFactors: TSVGUnitFactors ): TSingleDynArray; |
Parameters
S
Type: String
UnitFactors
Type: TSVGUnitFactors
Type: TSingleDynArray
Note that numbers can be separated by commas, spaces, or +/- (e.g., the string '100+99' is two numbers and is valid. |
Reference |