C# Класс formulate.core.Utilities.NumberUtility

Helps with numbers.
Показать файл Открыть проект

Открытые методы

Метод Описание
AttemptParseInt ( string strInt ) : int?

Attempts to parse a string as an integer.

Описание методов

AttemptParseInt() публичный статический Метод

Attempts to parse a string as an integer.
public static AttemptParseInt ( string strInt ) : int?
strInt string /// The string integer. ///
Результат int?