    

 ## On this page

  

 

 # stringToLong

 Last update: 16.07.2025 

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

Converts a string representing a number in the given format to an integer number

#### Return

the resultant integer

#### Parameters

strthe string to convert#### Throws

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