ParseAssistant Class |
Namespace: FM.IceLink
The ParseAssistant type exposes the following members.
Name | Description | |
---|---|---|
![]() | ParseAssistant | Initializes a new instance of the ParseAssistant class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | ParseBooleanValue |
Parses a boolean value from a string.
|
![]() ![]() | ParseByteValue |
Parses a byte value from a string.
|
![]() ![]() | ParseDecimalValue |
Parses a decimal value from a string.
|
![]() ![]() | ParseDoubleValue |
Parses a double value from a string.
|
![]() ![]() | ParseFloatValue |
Parses a float value from a string.
|
![]() ![]() | ParseGuidValue |
Parses a GUID value from a string.
|
![]() ![]() | ParseIntegerValue |
Parses an integer value from a string.
|
![]() ![]() | ParseLongValue |
Parses a long value from a string.
|
![]() ![]() | ParseShortValue |
Parses a short value from a string.
|
![]() | ToString | (Inherited from Object.) |
![]() ![]() | TryParseBooleanValue |
Attempts to parse a boolean value from a string.
|
![]() ![]() | TryParseByteValue |
Attempts to parse a byte value from a string.
|
![]() ![]() | TryParseDecimalValue |
Attempts to parse a decimal value from a string.
|
![]() ![]() | TryParseDoubleValue |
Attempts to parse a double value from a string.
|
![]() ![]() | TryParseFloatValue |
Attempts to parse a float value from a string.
|
![]() ![]() | TryParseGuidValue |
Attempts to parse a GUID value from a string.
|
![]() ![]() | TryParseIntegerValue |
Attempts to parse an integer value from a string.
|
![]() ![]() | TryParseLongValue |
Attempts to parse a long value from a string.
|
![]() ![]() | TryParseShortValue |
Attempts to parse a short value from a string.
|