I have a simple string with the value "45.7961887"
I want split this variable using the "." as separator.
But when split, the string array result is empty.
Image with the value: Image with the string value
Now, with the split: Image with the split
I have a simple string with the value "45.7961887"
I want split this variable using the "." as separator.
But when split, the string array result is empty.
Image with the value: Image with the string value
Now, with the split: Image with the split