Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Converting a String to a Double

Avatar

Level 2

Let's say I had the string "123", how can I convert this to a double floating point number?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 8

parseFloat("123");

Kyle

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8

parseFloat("123");

Kyle