C# Класс BalloonsPop.Common.Gadgets.StringExtensions

Provides extensions methods for string and char types in order to facilitate working with the types.
Показать файл Открыть проект

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

Метод Описание
ToInt32 ( this str ) : int

Converts the provided string to an INT32, throwing an exception in case of invalid string format.

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

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

Converts the provided string to an INT32, throwing an exception in case of invalid string format.
public static ToInt32 ( this str ) : int
str this The string to be parsed to INT32.
Результат int