    

 ## On this page

  

 

 # stringToDouble

 Last update: 16.07.2025 

public [stringToDouble](string-to-double.md)(str: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html)): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)

Converts a string representing a number in the given format to a real number

#### Return

the resultant real

#### Parameters

strthe string to convert#### Throws

[ModelCenterException](../-model-center-exception/index.md)