C# 클래스 TryParseWithDefault, SumoVizUnity_ModSem

파일 보기 프로젝트 열기: benjaminaaron/SumoVizUnity_ModSem 1 사용 예제들

공개 메소드들

메소드 설명
ToByte ( string valueToParse, Byte defaultValue ) : Byte
ToDecimal ( string valueToParse, Decimal defaultValue ) : Decimal
ToDouble ( string valueToParse, Double defaultValue ) : Double
ToInt16 ( string valueToParse, Int16 defaultValue ) : Int16
ToInt32 ( string valueToParse, Int32 defaultValue ) : Int32
ToInt64 ( string valueToParse, System.Int64 defaultValue ) : System.Int64
ToSByte ( string valueToParse, SByte defaultValue ) : SByte
ToSingle ( string valueToParse, Single defaultValue ) : Single
ToUInt16 ( string valueToParse, UInt16 defaultValue ) : UInt16
ToUInt32 ( string valueToParse, UInt32 defaultValue ) : UInt32
ToUInt64 ( string valueToParse, System.UInt64 defaultValue ) : System.UInt64

메소드 상세

ToByte() 공개 정적인 메소드

public static ToByte ( string valueToParse, Byte defaultValue ) : Byte
valueToParse string
defaultValue Byte
리턴 Byte

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( string valueToParse, Decimal defaultValue ) : Decimal
valueToParse string
defaultValue Decimal
리턴 Decimal

ToDouble() 공개 정적인 메소드

public static ToDouble ( string valueToParse, Double defaultValue ) : Double
valueToParse string
defaultValue Double
리턴 Double

ToInt16() 공개 정적인 메소드

public static ToInt16 ( string valueToParse, Int16 defaultValue ) : Int16
valueToParse string
defaultValue System.Int16
리턴 System.Int16

ToInt32() 공개 정적인 메소드

public static ToInt32 ( string valueToParse, Int32 defaultValue ) : Int32
valueToParse string
defaultValue System.Int32
리턴 System.Int32

ToInt64() 공개 정적인 메소드

public static ToInt64 ( string valueToParse, System.Int64 defaultValue ) : System.Int64
valueToParse string
defaultValue System.Int64
리턴 System.Int64

ToSByte() 공개 정적인 메소드

public static ToSByte ( string valueToParse, SByte defaultValue ) : SByte
valueToParse string
defaultValue SByte
리턴 SByte

ToSingle() 공개 정적인 메소드

public static ToSingle ( string valueToParse, Single defaultValue ) : Single
valueToParse string
defaultValue Single
리턴 Single

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( string valueToParse, UInt16 defaultValue ) : UInt16
valueToParse string
defaultValue System.UInt16
리턴 System.UInt16

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( string valueToParse, UInt32 defaultValue ) : UInt32
valueToParse string
defaultValue System.UInt32
리턴 System.UInt32

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( string valueToParse, System.UInt64 defaultValue ) : System.UInt64
valueToParse string
defaultValue System.UInt64
리턴 System.UInt64