2025-07-21 22:45:42 +05:00

10 lines
411 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Строка в число
slug: общие-работа-с-текстом/строка-в-число
---
# Пример применения
```bsl
Сумма = "1 500,94";
Результат = СтроковыеФункцииКлиентСервер.СтрокаВЧисло(Сумма);
ОбщегоНазначенияКлиент.СообщитьПользователю(Результат);
```