메소드 | 설명 | |
---|---|---|
CreateProtocolViolationException ( string targetType, object source ) : |
Creates the protocol violation exception.
|
|
ParseBool ( string value ) : bool |
Attempt to parse a string representation of a bool.
|
|
ParseByte ( string value ) : byte |
Attempt to parse a string representation of a byte.
|
|
ParseDouble ( string value ) : double |
Attempt to parse a string representation of a double.
|
|
ParseFloat ( string value ) : float |
Attempt to parse a string representation of a float.
|
|
ParseInt ( string value ) : int |
Attempt to parse a string representation of an int.
|
|
ParseLong ( string value ) : long |
Attempt to parse a string representation of a long.
|
|
ParseShort ( string value ) : short |
Attempt to parse a string representation of a short.
|
public static CreateProtocolViolationException ( string targetType, object source ) : |
||
targetType | string | Type of the target. |
source | object | The source. |
리턴 |