Click or drag to resize

ParseAssistant Class

Contains methods for cross-platform primitive parsing from strings.
Inheritance Hierarchy
SystemObject
  FM.IceLinkParseAssistant

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ParseAssistant type exposes the following members.

Constructors
  NameDescription
Public methodParseAssistant
Initializes a new instance of the ParseAssistant class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParseBooleanValue
Parses a boolean value from a string.
Public methodStatic memberParseByteValue
Parses a byte value from a string.
Public methodStatic memberParseDecimalValue
Parses a decimal value from a string.
Public methodStatic memberParseDoubleValue
Parses a double value from a string.
Public methodStatic memberParseFloatValue
Parses a float value from a string.
Public methodStatic memberParseGuidValue
Parses a GUID value from a string.
Public methodStatic memberParseIntegerValue
Parses an integer value from a string.
Public methodStatic memberParseLongValue
Parses a long value from a string.
Public methodStatic memberParseShortValue
Parses a short value from a string.
Public methodToString (Inherited from Object.)
Public methodStatic memberTryParseBooleanValue
Attempts to parse a boolean value from a string.
Public methodStatic memberTryParseByteValue
Attempts to parse a byte value from a string.
Public methodStatic memberTryParseDecimalValue
Attempts to parse a decimal value from a string.
Public methodStatic memberTryParseDoubleValue
Attempts to parse a double value from a string.
Public methodStatic memberTryParseFloatValue
Attempts to parse a float value from a string.
Public methodStatic memberTryParseGuidValue
Attempts to parse a GUID value from a string.
Public methodStatic memberTryParseIntegerValue
Attempts to parse an integer value from a string.
Public methodStatic memberTryParseLongValue
Attempts to parse a long value from a string.
Public methodStatic memberTryParseShortValue
Attempts to parse a short value from a string.
Top
See Also