C# 클래스 BalloonsPop.Common.Gadgets.StringExtensions

Provides extensions methods for string and char types in order to facilitate working with the types.
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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